jpanizzoli
Member
Posted 1 year ago #
I've been working on this all night!
It appears that IE is rendering a space above the "primary" and "content" divs on this page:
http://www.asapcreditcard.com/blog/
In Mozilla / Firefox, everything appears to be fine. But in IE, I can't get the spaces to go away. I realize there are some markup errors, but these aren't causing the problem (I've already tried to remove the code in question).
This is most of the stylesheet:
[CSS code removed - a link to your site is enough to access the stylesheet]
jpanizzoli
Member
Posted 1 year ago #
Any help on this? Thought there would be a simple solution from a CSS expert...
jpanizzoli
Member
Posted 1 year ago #
No one can help me with resolving this spacing issue? I've tried everything! But I'm definitely no CSS expert...
Any help would be greatly appreciated.
Thomas Eschemann
Member
Posted 1 year ago #
Hi,
The easiest solution I see is to use :
<!--[if IE 7]>
your IE7 stylesheet here
<![endif]-->
to redefine the position of both blocks in IE.
jpanizzoli
Member
Posted 1 year ago #
Thanks for your input. I know creating a seperate stylesheet is an option, but it seems like overkill just to resolve a minor spacing issue on the home page. Any other suggestions? I figured I could make a few adjustments to my existing stylesheet to fix it. Is it more complex than that?