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
CSS2 :
Position:fixed
Not Supported by IE
Pascal
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...