different browser different look

DHDdirect

New Member
It doesn't even look good with IE8 viewing it in a smaller window.

Alot of it will have to do with the use of absolute positioning. Some of your divs have multiple inline style tags. I'd get rid of the inline styles and put them all in a stylesheet. That will have you pin point some issues and easier to tweak your styles.

There are 37 errors in your HTML markup that you can find HERE. Fixing these errors may also help with cross browser compatibility.

Also have a look at these two threads. They may help in your structure design.

Using Floats
CSS Positioning
 
Last edited:
Top