sverebom
Vice Admiral
- Dabei seit
- Aug. 2004
- Beiträge
- 6.219
Hi,
ich hänge mich momentan daran auf, einen Einzeiler in einem DIV-Tag bzw. Block-Element vertikal zu zentrieren (siehe Anhang).
Der Code für alle Fälle:
Danke für eure Hilfe 
ich hänge mich momentan daran auf, einen Einzeiler in einem DIV-Tag bzw. Block-Element vertikal zu zentrieren (siehe Anhang).
Der Code für alle Fälle:
Code:
<div id="title">
<p>Lorem Ispum Dolor</p>
</div>
und der dazugehörige CSS-Code
#title {
width: 760px;
height: 30px;
background: transparent url(bilder/hg_title.gif) repeat-y right;
}
#title p {
margin: 0;
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
padding: 0 0 0 270px;
}
