Issue with centering perfect

kiiddo

New Member
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?
 

chrishirst

Well-Known Member
Staff member
Your spacer images appear to be greaking out of the bottom edge of the nav_bar, though quite why you have such things in this century I'm not sure.
 

kiiddo

New Member
issue

Your spacer images appear to be greaking out of the bottom edge of the nav_bar, though quite why you have such things in this century I'm not sure.


Dear Chrishirst,

Which things century you mean? i ment the 4 icons developer, elements, etc

and below that the slider they should be centerized but they appear not to work
 

chrishirst

Well-Known Member
Staff member
No, I mean the "spacer.gif" stuff in your navigation, they went out with using tables for layout.
 
Top