Hi,
It does work perfectly
The code you gave above worked without problems.
Code:
<style type="text/css">
#rp {position:relative;}
#ap {position:absolute;left:20px;top:20px;}
</style>
</head>
<body>
<div id="rp">
Some text
<div id="ap"><a href="url">text</a>
</div>
</div>
There is probably some other element on your page that is on top of the link so you need to make sure that z-indexes are set accordingly.
I would need to see you page to give a definitive answer but there is no problem with firefox and links (AFAIK) in absolutely positioned elements.
Paul
Bookmarks