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

2006-10-02 Thread Taco Fleur
Re: [WSG] 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 i

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 t