Link to home
Start Free TrialLog in
Avatar of mhdi
mhdi

asked on

HTML/CSS - small misalignment in chrome

Hi all,

On my homepage there should be a margin between the navigation bar and the 'client access' table.

In Chrome, the margin does not show. It works fine in IE. Screenshot: User generated image
Can anyone identify the issue causing this in chrome?

Website link: http://bit.ly/Ode2a9

Thank you
Avatar of Kyle Hamilton
Kyle Hamilton
Flag of United States of America image

add margin top:

.twoColLiqLtHdr #mainContent {
margin: 15px 15px 0 4px;
}

twoColLiqLtHdr.css, line 289
Avatar of Dave Baldwin
Works fine in Firefox and Chrome here.
Avatar of mhdi
mhdi

ASKER

@kozaiwaniec - Adding the margin pushes it down in IE making Chrome ok but IE too low.

@DaveBaldwin - Not sure why you cant see the issue, I can replicate the problem on multiple computers.
ASKER CERTIFIED SOLUTION
Avatar of Kyle Hamilton
Kyle Hamilton
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
Avatar of mhdi

ASKER

Perfect. Thank you.