Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Learn More

Image in an <a> element doesn't link in a <div> element set

  • 2 wótegronje
  • 1 ma toś ten problem
  • 5 naglědow
  • Slědne wótegrono wót cor-el

more options

The following code works in other browsers but not FF, and it stopped working in FF probably around version 14 or so (when I first noticed). \ = angle bracket

<div style="float:left;width:350px;">
<a href="index.html"><img src="red.jpg" alt="red" width="349" height="100" align="left" border="0"></a>
</div>

<div style="position:relative;top:20px;">
<h2 align="center">Text Moved to Right<br>
to test anchor link</h2>
</div>

If you mouse over the red box image area, the anchor only works at the top and bottom margin of the image. If you remove the second <div>, the anchor element works ok. This works with other browsers I've tried, just not with FF.

I tried setting display:block for the <img> element to no avail. Maybe something changed in the browser's main rendering engine that's now causing this.

Thanks.

The following code works in other browsers but not FF, and it stopped working in FF probably around version 14 or so (when I first noticed). \ = angle bracket <pre><nowiki><div style="float:left;width:350px;"> <a href="index.html"><img src="red.jpg" alt="red" width="349" height="100" align="left" border="0"></a> </div> <div style="position:relative;top:20px;"> <h2 align="center">Text Moved to Right<br> to test anchor link</h2> </div></nowiki></pre> If you mouse over the red box image area, the anchor only works at the top and bottom margin of the image. If you remove the second <nowiki><div></nowiki>, the anchor element works ok. This works with other browsers I've tried, just not with FF. I tried setting display:block for the <nowiki><img></nowiki> element to no avail. Maybe something changed in the browser's main rendering engine that's now causing this. Thanks.

Wót cor-el změnjony

Wšykne wótegrona (2)

more options

Fixed the code in the previous post.

Wót rybrns změnjony

more options

You may need a clear div because you have floating content.

A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.

The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.