Absolutely positioned element inside fixed positioned element
Posted
by Salman A
on Stack Overflow
See other posts from Stack Overflow
or by Salman A
Published on 2010-05-29T06:28:40Z
Indexed on
2010/05/29
6:32 UTC
Read the original article
Hit count: 455
Related to my previous question, I have a <div style="position: fixed;">
footer. The footer contains <a style="display: block; float: left;">
elements. Upon clicking one of these links I want a div to popup above that link. I am experimenting with a couple of CSS settings and got acceptable results but I am not sure if my CSS will work across browsers. I am wondering if some one can tell me a bullet proof and tested CSS solution to achieve something like this:
© Stack Overflow or respective owner