Click to See Complete Forum and Search --> : XHTML validated but looks different in IE and FF


VISTREL
06-16-2006, 07:33 AM
Hello, I am setting up wordpress theme.

It's 100% css and XHTML validated.

The problem is the column alignment. It looks right in Firefox but mess in Internet Explorer. :mad:

See here (http://www.armedassault.org/wp)

Could someone please tell me how to fix it! Ive been trying to fix it for several days with no result. :eek:

KDLA
06-16-2006, 08:37 AM
Looks like all of your elements don't contain BOTH margin and padding settings. IE and Fx render elements differently based on these. Go through and indicate margin and padding settings for all of your elements. You may have to tweak these - change padding to margin and vice versa - to get your page to display correctly in both browsers.
See if that solves your problem.

KDLA