My site
My site
Out of context: Reply #31
- Started
- Last post
- 32 Responses
- inteliboy0
I like it. Your work is good.
Site code is a mess though. Would like to help but it gives me a headache.
To get your left nav to be fixed you need to get the entire clip of your left nav - get it out of a table cell and into a div.
ie.
html/php=
<div id="left">MENU STUFF HERE</div>css=
#div {position:static; top 0; left: 0;}