-
1. Re: URGENT !!! - unwanted padding-top in IE but not in FF - HELP !!!
garywpaul Aug 22, 2009 7:03 AM (in response to Ziggizag)Well, it is really not all that self explanatory, you should post a link to the page so people can see the code.
My guess is that the right column has an <h2> tag that may be adding margin to it. You can try this, but again a guess
<h2 style="margin:0;">
Or post the link.
Gary
-
2. Re: URGENT !!! - unwanted padding-top in IE but not in FF - HELP !!!
Zabeth69 Aug 22, 2009 7:15 AM (in response to Ziggizag)The answer is in your code. You have:
<![endif]--><!--[if IE]> <style type="text/css"> /* place css fixes for all versions of IE in this conditional comment */ .twoColFixRtHdr #sidebar1 { padding-top: 30px; } .twoColFixRtHdr #mainContent { zoom: 1; } /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */ </style> <![endif]-->This conditional adds a top padding in the sidebar if you're in an IE browser. This may have been a hack to fix earlier versions' rendering.
Take out the conditional style (or change it) to see if that is what is causing the 30 px drop.
Beth
-
3. Beth - you've saved my *** ! BIG THANKS !!!
Ziggizag Aug 22, 2009 7:24 AM (in response to Zabeth69)**** - I simply did not notice this conditional piece of code. I overlooked it as some meaningless comment or so...
Thank you once again!
Ziggi
-
4. Re: URGENT !!! - unwanted padding-top in IE but not in FF - HELP !!!
garywpaul Aug 22, 2009 7:24 AM (in response to Ziggizag)I'm sorry, I did not see that you have attached the code.
Gary
-
5. Re: Beth - you've saved my *** ! BIG THANKS !!!
Zabeth69 Aug 22, 2009 7:29 AM (in response to Ziggizag)Sure thing!
Beth
-
6. Re: Beth - you've saved my *** ! BIG THANKS !!!
Kath-H Aug 22, 2009 9:31 AM (in response to Zabeth69)I liked it better with the text down a bit
-
7. Re: Beth - you've saved my *** ! BIG THANKS !!!
Zabeth69 Aug 22, 2009 9:46 AM (in response to Kath-H)Perhaps, but at least Ziggi will be able to apply spacing/padding as desired instead of having it wrested out of control...
Beth
-
8. Re: Beth - you've saved my *** ! BIG THANKS !!!
Kath-H Aug 22, 2009 12:02 PM (in response to Zabeth69)Oh, of course. Just commenting on the look.
-
9. Re: Beth - you've saved my *** ! BIG THANKS !!!
Zabeth69 Aug 22, 2009 12:07 PM (in response to Kath-H)I agree
B
-
10. Re: URGENT !!! - unwanted padding-top in IE but not in FF - HELP !!!
geeceeart Feb 4, 2010 1:12 PM (in response to Zabeth69)Beth-
You rock!
I've been trying to solve this problem for hours.
Thanks so much!!!
And, Geaux Saints!
Greg in New Orleans
(3 days until Superbowl)
-
11. Re: URGENT !!! - unwanted padding-top in IE but not in FF - HELP !!!
Zabeth69 Feb 4, 2010 1:30 PM (in response to geeceeart)Always happy to help!
Beth






