Page 1 of 1

FireFox links and position: absolute

Posted: Wed Feb 21, 2007 7:29 pm
by alex.barylski
I have various links inside a absolute DIV

The links are within <ul>+<li> tags

When I make the container DIV absolute (for alignment reasons) the first three list item links don't work in FF...making it relative is not an option.

Anyone ever experience this before and know how to fix it? :)

Posted: Wed Feb 21, 2007 9:38 pm
by feyd
Have you tried an absolutely relative or relatively absolute type of set up?

Posted: Wed Feb 21, 2007 10:03 pm
by alex.barylski
Hey feyd, I ended up having to switch the flow order of the two columns, which seems to have fixed the FireFox problem. Thanks :)