Thread Fragen rund um CSS (25 answers)
Opened by Heromaster at 2006-02-06 20:16

GwenDragon
 2006-02-06 20:44
#24719 #24719
User since
2005-01-17
14748 Artikel
Admin1
[Homepage]
user image
Horizontal:
left: 50%;
margin-left: -width/2;

Vertical:
top: 50%;
margin-top: -height/2;

Code: (dl )
1
2
<hr style="width:300px; color:yellow; background-color:yellow; height:5px;
margin-right:0; text-align:right; border:1px dashed blue;">

View full thread Fragen rund um CSS