Forum Moderators: not2easy
The other problem is inconsistent. When you click a product and go to the next page, the left nav may or may not show. Any action on that page will bring it back.
Any ideas on preventing this?
[edited by: SuzyUK at 11:56 am (utc) on June 13, 2006]
[edit reason] Please no URLs : see TOS #13 [WebmasterWorld.com] [/edit]
I'm actually experiencing a similar problem...not on such a big scale though. I haven't had a chance to look at your CSS, but my problem is down to widths of my DIVs, and floats. If you have a div floated on the left, and the div to it's right is wider than the space remaining in the browser, then it'll be pushed down, below the float.
I'd advise looking at the widths of your divs. A tool you may find useful is the IE Developer toolbar, from Microsoft (don't have the link but it's pretty easy to Google it) - in this you can outline each DIV on the page, and see widths of elements in relation to each other.
B