thanks for the help, but i managed to find a way to do it css. you tell the object to have an absolute position and a overflow of 100% and the object will scroll nicely down the page no jerky action like with javascript.
ill give you the code cause i don't know what i'm talking about
Code:
html {background:rgb(123,187,221);}
body {margin:0; padding:0 10px 0 10px; border:0; height:100%; overflow-y:auto; background:rgb(123,187,221);}
body {font-family: georgia, serif; font-size:16px;}
and
Code:
#menu {display:block; top:10px; left:170px; width:130px; position:fixed; border:1px solid #888; padding:10px; text-align:center; font-weight:bold; color:#fff; background:url(grid2.gif);}
* html #menu {position:absolute;}
#menu a:visited, #menu a {display:block; width:120px; height:20px; margin:0 auto; border-top:1px solid #fff; border-bottom:1px solid #000; text-align:center; text-decoration:none; line-height:20px; color:#000;}
#menu a:hover {background:#aaa; color:#fff;}
just bung those two sucks in your css sheet. you can custimize it i think all you need is the
Code:
height:100%; overflow-y:auto
in the body and then
Code:
* html #menu {position:absolute;}
for what ever you want to stay still
anyway you go to my site and have a gander at www.hubla.memebot.com
just a warning it is no where near finished yet but ill get there
so thanks goes out to everyone that helped
regards Walshy
Bookmarks