views:

34

answers:

1

Hi,

I'm tidying up another developer's work who seems to have done a shoddy job with the CSS.

There is the main "wrapper" div on the page, and inside this is a logo and images for the navigation. The images are using "position: absolute" and using the CSS "top" property to offset them. However, Firefox and IE seem to start their offset from a different point, meaning the logo is about 100px above where it should be in IE.

Is this an IE CSS bug or known thing?

Example in question: http://barry.cityjoin.com/mccamb/

A: 

Settled for creating IE specific CSS using tags

waitinforatrain