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





Reply With Quote

