Meti
08-10-2008, 06:18 PM
Hey,
I'm currently coding a layout, and want to make the nav go over the whole screen.
I've tried:
#CSSname {
background-image: url(folder/image.png);
width: 100%;
height: 20px;
}
and
#CSSname {
background-image: url(folder/image.png);
height: 20px;
margin-left: 0px;
margin-right: 0px;
}
none of them works
Anything else that will work?
Thanks.
I'm currently coding a layout, and want to make the nav go over the whole screen.
I've tried:
#CSSname {
background-image: url(folder/image.png);
width: 100%;
height: 20px;
}
and
#CSSname {
background-image: url(folder/image.png);
height: 20px;
margin-left: 0px;
margin-right: 0px;
}
none of them works
Anything else that will work?
Thanks.