how do i stop this from happening and keep my web site layout even though resolution is being shrank. its fine untill baout 1200 x 720
relevant html and css below
<div id = "header" > <h1 style = "margin-bottom:0;color:yellow" > title</h1> <div class="slot"><a href ="index.html">title</a> </div> <div class="slot"><a href ="link5.html">title</a> </div> <div class="slot"><a href ="link4.html"> title</a> </div> <div class="slot"><a href ="link3.html">title</a> </div> <div class="slot"><a href ="link2.html">title </a> </div> <div class="slot"><a href ="link1.html">title</a> </div> <!--End of navigation div --> </div><!--End of header div -->
related css
.slot {
width:160.5px;
height:36px;
margin:0 auto;
float:left;
border:2px solid #A60303 ;
background-color:#faf8cb;
color:black;
margin-bottom:3px;
}
#wrapper {
width:987px;
margin: 0 auto;
}
#header{
background:#A60303;
color:#F2B705;
text-align:center;
position:fixed;
z-index:2;
top:0;
margin:0px;
padding:0px;
}

New Topic/Question
Reply


MultiQuote



|