I am creating a webpage (still in development but critique it please i am a newb)http://www.poorreflection.com/Rahul/TLSF/Producers_Forum/
I would like to know how to change the colors of the scrollbar. However, i would like this to go in my css file so it would do it automatically for everypage but i don't want it for the whole website just whenever i want a scrollbar in a table.
thanxbody { scrollbar-face-color: #D6D6D6; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #000000; scrollbar-3dlight-color: #000000; scrollbar-track-color: #B5B5B6; scrollbar-darkshadow-color: #B5B5B6; }
put this in your css file!
turbsweet thanx!
hey, i'm having trouble deciding navigation all i need is the 12 months of the year, any ideas?You can use a list like this:
<ul class="month">
<li><a href=http://www.webdeveloper.com/forum/archive/index.php/"">January</a></li>
<li><a href=http://www.webdeveloper.com/forum/archive/index.php/"">February</a></li>
<li><a href=http://www.webdeveloper.com/forum/archive/index.php/"">...</a></li>
</ul>
turb
I would like to know how to change the colors of the scrollbar. However, i would like this to go in my css file so it would do it automatically for everypage but i don't want it for the whole website just whenever i want a scrollbar in a table.
thanxbody { scrollbar-face-color: #D6D6D6; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #000000; scrollbar-3dlight-color: #000000; scrollbar-track-color: #B5B5B6; scrollbar-darkshadow-color: #B5B5B6; }
put this in your css file!
turbsweet thanx!
hey, i'm having trouble deciding navigation all i need is the 12 months of the year, any ideas?You can use a list like this:
<ul class="month">
<li><a href=http://www.webdeveloper.com/forum/archive/index.php/"">January</a></li>
<li><a href=http://www.webdeveloper.com/forum/archive/index.php/"">February</a></li>
<li><a href=http://www.webdeveloper.com/forum/archive/index.php/"">...</a></li>
</ul>
turb