Link to home
Start Free TrialLog in
Avatar of TrueBlue
TrueBlueFlag for United States of America

asked on

margin problem with footer

Hi!

The copyright box (footer) at the bottom of this page is somehow having a margin added to the top and bottom when I activate the compatibility mode using IE9.
http://www.topsecurityinc.com/
I believe these are the rules controlling this section of the page.
.ts-3-2{border:medium none;clear:both;height:42px;width:1000px;margin:0;padding:0;}
.gen-5{width:1000px;margin-bottom:0px;margin-top:0;padding:10px 10px 10px 10px;color:#000;background-color:#FFF;}
.copyright{width:1000px;}
Any specific corrections would be appreciated.
Avatar of Tom Beck
Tom Beck
Flag of United States of America image

I'm also noticing that the links in the bottom navigation bar are shifting to the right.
It looks like you are editing this.

I got it to work by removing the height attribute at line 152 (.ts-3-2)

Hard to help when it keeps changing! ;)

Again, just to clarify in the code you posted above, try:
.ts-3-2{border:medium none;clear:both;width:1000px;margin:0;padding:0;}

Open in new window


instead. Should work fine in all browsers.
Avatar of TrueBlue

ASKER

jonahzone,
That worked :)
As you said, any idea why the bottom links are shifting right?
TIA
ASKER CERTIFIED SOLUTION
Avatar of jonahzona
jonahzona
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial