Hello everyone i got 2 issues centering my pictures
http://www.kiiddo.nl/themesubmit/
i cant center the 4 icons below nav and i cant center the image below there
html:
<div class="topscroll">
<img alt="Development service" src="images/topline_icons/icon1.png"/>
<img alt="Development service" src="images/topline_icons/icon2.png"/>
<img alt="Development service" src="images/topline_icons/icon3.png"/>
<img alt="Development service" src="images/topline_icons/icon4.png"/>
</div>
<div class="header">
<img alt="slider" src="images/slider.png" />
</div>
css"
.topscroll{
text-align:center;
width: 100%;
height: 139px;
background-image: url(images/topline.png);
background-repeat: repeat-x;
}
.topscroll img{
padding-top: 8px;
margin-left:0px;
padding-right: 20px;
}
.header{
width:100%;
height:392px;
background-image: url(images/headerbg.png);
background-repeat: repeat-x;
}
.header img{
position:static;
text-align: center;
}
anyone any solutions?
http://www.kiiddo.nl/themesubmit/
i cant center the 4 icons below nav and i cant center the image below there
html:
<div class="topscroll">
<img alt="Development service" src="images/topline_icons/icon1.png"/>
<img alt="Development service" src="images/topline_icons/icon2.png"/>
<img alt="Development service" src="images/topline_icons/icon3.png"/>
<img alt="Development service" src="images/topline_icons/icon4.png"/>
</div>
<div class="header">
<img alt="slider" src="images/slider.png" />
</div>
css"
.topscroll{
text-align:center;
width: 100%;
height: 139px;
background-image: url(images/topline.png);
background-repeat: repeat-x;
}
.topscroll img{
padding-top: 8px;
margin-left:0px;
padding-right: 20px;
}
.header{
width:100%;
height:392px;
background-image: url(images/headerbg.png);
background-repeat: repeat-x;
}
.header img{
position:static;
text-align: center;
}
anyone any solutions?