[WSG] different position in Firefox - site check

2006-10-02 Thread Taco Fleur
Title: Website design - Pacific Fox Hello all, I have a page that validates, however in IE it is in the right position, but when looking at it in Firefox it is approx 12px lower than in IE. http://www.pacificfox.com.au/infiniti/phone-systems.htm Would anyone have any idea why? Thanks in

Re: [WSG] different position in Firefox - site check

2006-10-02 Thread John Faulds
You've got this applied to the div that contains those links: postion:absolute;height: 28px; position:relative It looks like it should probably be absolute but the relative is going to override the absolute as it comes last. Also, all that inline style is not recommended - it should be moved

RE: [WSG] different position in Firefox - site check

2006-10-02 Thread Taco Fleur
] different position in Firefox - site check You've got this applied to the div that contains those links: postion:absolute;height: 28px; position:relative It looks like it should probably be absolute but the relative is going to override the absolute as it comes last. Also, all that inline style