4 Stimmen

HTML href mit css dh Problem

<style type="text/css">
.web\_westloh {
background-image: url(images/web\_westloh.png);
background-repeat: no-repeat;
height: 100px;
width: 350px;
}
.web\_westloh:hover {
border-bottom-width: 2px;
border-bottom-style: dashed;
border-bottom-color: #999999;
padding-bottom: 5px;
}
.web\_money {
background-image: url(images/web\_money.png);
background-repeat: no-repeat;
height: 100px;
width: 350px;
}
.web\_money:hover {
border-bottom-width: 2px;
border-bottom-style: dashed;
border-bottom-color: #999999;
padding-bottom: 5px;
}
</style>

<a href="http://www.westloh.com" title="Click to Visit http://www.westloh.com" target="\_blank" class="web\_westloh">
  <div class="web\_westloh"></div>
</a>
<a href="http://www.money-mind-set.com" title="Click to Visit http://www.money-mind-set.com" target="\_blank">
  <div class="web\_money"></div>
</a>

Das Problem ist:
In Mozilla ist die Verlinkung in Ordnung. Kein Problem.
Aber im IE ist der Link ein Problem, er wird nicht mit dem Ziel verknüpft.

Auf dieser Seite finden Sie das Problem: http://replytowest.com --> am unteren Rand.

Dankeschön

0voto

Avinash Punkte 5904

Geben Sie display:block; für die Eigenschaft a link..

Ich hoffe, das hilft
Avinash

CodeJaeger.com

CodeJaeger ist eine Gemeinschaft für Programmierer, die täglich Hilfe erhalten..
Wir haben viele Inhalte, und Sie können auch Ihre eigenen Fragen stellen oder die Fragen anderer Leute lösen.

Powered by:

X