a {
text-decoration: none;
border-bottom: 1px dotted blue;
}
Archiv für die ‘Html’ Kategorie
Gestrichelte Linie als text-decoration bei Links
24 August 2010Custom font bzw. eigene Schrift verwenden…Danke CSS3!
29 Juli 2010Funkioniert auf allen CSS3-Browsern und auf dem IE dank dem ollen “eot”-format.
TTF umwandeln hier
angucken: customFont
@font-face {
font-family: MyCustomFont;
src: url("ChollUni.eot");
}
@font-face {
font-family: MyCustomFont;
src: url("ChollUni.ttf");
}
body {
font-family: MyCustomFont, Verdana, Arial, sans-serif;
font-size: medium;
color: black
}
marquee kann so einiges…
12 Februar 2010so siehts aus….
<marquee behavior="scroll" direction="down" scrollamount="3" style="position:absolute; left:220; top:50; width:14; height:800;"><img src="http://tsbf.de/img/icon_facebook.gif" /></marquee>