FireFox links and position: absolute

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

FireFox links and position: absolute

Post 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? :)
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Have you tried an absolutely relative or relatively absolute type of set up?
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Post 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 :)
Post Reply