Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Frames Functionality

0 views
Skip to first unread message

Christopher

unread,
Jan 7, 2004, 12:23:52 PM1/7/04
to
I have a web site which uses Frames but I want to use CSS now. Can I get a
similar effect using style sheets and how ?
I want to be able to scroll a section of the site whilst maintaining a
static border.

I do have some idea about style sheets but it is the scrolling of a section
which is what I am most keen on

Thankyou
Christopher


Pascal Chevrel

unread,
Jan 7, 2004, 12:51:35 PM1/7/04
to

CSS2 :

Position:fixed

Not Supported by IE

Pascal

Christopher

unread,
Jan 7, 2004, 1:16:31 PM1/7/04
to
Thankyou for your promp reply

Shame it doesn't work in IE
I will have to use something along the lines of the following

---------------------------------------------

<html>
<head>

<style type="text/css">
div
{
background-color:#00FFFF;
width:500px;
height:150px;
overflow: scroll
}
</style>

</head>

<body>

<p><b>Note:</b> Netscape 4 does not support the "overflow" property.</p>

<p>
The overflow property decides what to do if the content inside an element
exceeds the given width and height properties. If you set the overflow
property to scroll, scrollbars will be added to the element.
</p>

<div>
You can use the overflow property when you want to
You can use the overflow property when you want to You can use the overflow
property when you want to You can use the overflow property when you want to
You can use the overflow property when you want to You can use the overflow
property when you want to You can use the overflow property when you want to
You can use the overflow property when you want to You can use the overflow
property when you want to You can use the overflow property when you want to
have better control You can use the overflow property when you want to
You can use the overflow property when you want to You can use the overflow
property when you want to You can use the overflow property when you want to
You can use the overflow property when you want to You can use the overflow
property when you want to You can use the overflow property when you want to
You can use the overflow property when you want to You can use the overflow
property when you want to You can use the overflow property when you want to
have better control of the layout.<br><br>
Try to change the overflow property to: visible, hidden, auto, or inherit
and see what happens. The default value is visible.
</div>

</body>
</html>

"Pascal Chevrel" <pascal.chev...@free.fr> wrote in message
news:3ffc4728$0$1156$636a...@news.free.fr...

0 new messages