PDA

View Full Version : Problems with IE 6.0


RyanR
18th March 09, 04:53 AM
I just launched a new site redesign (still needs some tweaking and additions), however, IE 6.0 doesn't display the page correctly. The navigation on the right hand side is mispositioned and the bottom left arrow doesn't show up.

Here's a screenshot of the problem: http://browsershots.org/screenshots/3138047fa00b8a9dbc71c205e017fdeb/

Please let me know if you have any ideas or solutions. Any help is greatly appreciated.

http://wasterecoverysystems.net

chrishirst
18th March 09, 07:16 PM
get rid of ALL the inline styles and control it with a stylesheet.
get rid of the absolute positioning and use the document flow and floats properly

list-style-type:none should be applied to the list element NOT each list item.

Use a definition list rather than an unsorted list.