Hi Forum,
I try to set a text over a background image. Both have different! width and should be centered in a frame. The text is justified. But the Text doesn't appear. Whats wrong?
Thx Kai
css:
.background{
z-index:10;
margin:auto;
background: url(../pics/hintergrund.jpg) no-repeat center;
width:1000px;
height:304px;}
.inhalt{
z-index:20;
margin:auto;
padding-top:10px;
text-align: justify;
width:800px;
height:304px;}
----
html:
<div class="background"></div>
<div class="inhalt">sampletext</div>
I try to set a text over a background image. Both have different! width and should be centered in a frame. The text is justified. But the Text doesn't appear. Whats wrong?
Thx Kai
css:
.background{
z-index:10;
margin:auto;
background: url(../pics/hintergrund.jpg) no-repeat center;
width:1000px;
height:304px;}
.inhalt{
z-index:20;
margin:auto;
padding-top:10px;
text-align: justify;
width:800px;
height:304px;}
----
html:
<div class="background"></div>
<div class="inhalt">sampletext</div>