Hej folkens,
Jeg har problemer med en indholds-boks på min hjemmeside. Problemet er, at teksten ikke skal stå der, men liiige lidt mere til højre - 3px er nok.
Her ser i min boks:
http://musicupdates.dk/boksen.jpgOg her er min kode, hvor boksen vises:
<div id="indholdWrapper">
<div class="indholdTop"></div>
<div class="indholdContent">
tekst
<div class="indholdBottom">
</div>
</div>
</div>
</div>
Min style:
.indholdTop{
clear: both;
background: url('indhold_top.jpg') no-repeat;
height: 8px;
width: 620px;
}
.indholdContent{
width: 620px;
background: url('indhold_content.jpg') repeat-y;
font-size: 14px;
color: #909090;
padding-top: 2px;
padding-bottom: 2px;
}
.indholdBottom{
clear: both;
background: url('indhold_bottom.jpg') no-repeat;
height: 8px;
width: 620px;
}
#indholdWrapper{
float: left;
width: 630px;
margin-right: 270px;
}
Hjælp tak!!!
Indlæg senest redigeret d. 30.06.2009 11:35 af Bruger #13202