Acidfood
Mitglied
Hallo,
ich weiß nicht wo er diesen Hovereffekt herbekommt, oder wie es zu dieser Linie unter meinem Text kommt.
Kann jemand helfen? Hier auch mal der komplette Code:
Habe auch schon überall (text-decoration: none
eingefügt.
http://http://www.ceess.de/hp_17_03_05.php?show=prof
Gruss Christian
Ps.: Hey Danke für's verschieben aber ich dachte schon es könnte ein php Problem sein, ist ja eine Includierte php Seite. Habe doch schon im CSS Code alles dafür getan das es ohne Texteffekt auskommt?
ich weiß nicht wo er diesen Hovereffekt herbekommt, oder wie es zu dieser Linie unter meinem Text kommt.
Kann jemand helfen? Hier auch mal der komplette Code:
Code:
<style type="text/css">
<!--
#feld1 { position: absolute; text-decoration: none; top: 10px; left: 160px; width: 290px; height: 10px; }
#feld2 { position: absolute; text-decoration: none; top: 37px; left: 160px; width: 290px; height:200px; }
.small {font-size: 12px; font-weight: bold; text-decoration: none;}
.scrollen
{ color: #000000; font-size: 10pt; font-family: Helvetica, Verdana, Arial, sans-serif; text-decoration: none; text-align: justify; padding: 4px; width: 450px; height: 325px; float: left; overflow: auto; scrollbar-3dlight-color: #F0F0F0; scrollbar-arrow-color: #E00000; scrollbar-darkshadow-color: #F0F0F0; scrollbar-face-color: #F0F0F0; scrollbar-highlight-color: #D0D0D0; scrollbar-shadow-color: #D0D0D0; scrollbar-track-color: #F0F0F0 }
-->
</style>
<div class="scrollen">
<img src="../profil/photo.gif" alt="" height="162" width="110" border="0">
<div id="feld1">
<h2>Dipl. Ing. Christian Schneider</h2>
</div>
<div id="feld2">
<p class="small">
Saarstrasse 46<br>03046 Cottbus</p>
<p class="small">
Tel: 0355 / 49 44 706</p>
<p class="small"></p>
<p class="small">Handy: 0172 / 37 92 586</p>
<p class="small"></p>
<p class="small">
e-Mail: christianschneider@ceess.de
</p>
</div>
</div>
Habe auch schon überall (text-decoration: none

http://http://www.ceess.de/hp_17_03_05.php?show=prof
Gruss Christian
Ps.: Hey Danke für's verschieben aber ich dachte schon es könnte ein php Problem sein, ist ja eine Includierte php Seite. Habe doch schon im CSS Code alles dafür getan das es ohne Texteffekt auskommt?
Zuletzt bearbeitet: