Forum Moderators: not2easy

Message Too Old, No Replies

Floating DIVs, A and Firefox

         

twisteddiana

1:18 pm on Feb 27, 2009 (gmt 0)

10+ Year Member



For some non-aparent reason, links inside floating divs don't work in Firefox, whereas they work just fine in IE.

the CSS:
#tech {
position:relative;
float:right;
top:75px;
left:-140px;
text-align:left;
}

the HTML:
<div id="tech">
<a href="edition/tech.pdf">
<img src ="images/file.png" border=0>DOWNLOAD TECHNICAL SHEET
</a>
</div>

Anyone to solve my mistery?

Thank you very much.

tonynoriega

5:57 pm on Feb 27, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



what do you meant they dont work?

they dont link to the document?
does it not appear at all?

does it just make that clicking sound?

twisteddiana

9:13 am on Mar 2, 2009 (gmt 0)

10+ Year Member



Yes, the links appear, but the cursor in default and if you click on it, there's no result. Nothing happends.