There are a lot of issues on there that need work, but where to start. I usually like to validate my Html and css first to make sure I don't have errors that might be causing the quirky behavior. I ran your page through the W3C validator and found errors in both.
So my suggestions would be to start there. Clean those up and then see what behaviors you are getting. My other thoughts: I think it is weird the way they are sticking the search box in a fixed location upper corner so that it floats over all the background as you scroll the page. It doesn't show up over much of that stuff. Then when you resize the window to a narrow width everything breaks, so you might want a min-width style in there to keep it from falling apart. Good luck. ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
