Home › Forums › CSS › Scroll issue › Re: Scroll issue
May 13, 2013 at 1:29 pm
#134949
Member
For Background the code is:
#bg
{
width:2500px;
height:699px;
margin-left:-10px;
margin-top:-10px;
margin-bottom:0px;
background:url(images/bg.jpg);
background-repeat:no-repeat;
}
For Navigation:
#top_nav{position:static; margin-bottom:100px;}
#nav {
font-family:”Helvectia”, Arial, Helvetica, sans-serif;
font-size: 11px;
width: 100%;
padding: 30px 20px;
margin: 0 auto;
position: relative; }
#navbar {
position: absolute;
top: -38px;;
left: 655px;
margin: 0 auto;
padding: 0;}
#navbar li {
list-style: none;
float: left;
border-right:1px solid #999;
}
#navbar li a {
display: block;
padding: 3px 8px;
text-transform: uppercase;
text-decoration: none;
color:#999;}