I need a menu bar that goes all the way to the page's edge..., but I can't seem to get it right...
This is what I want:
http://www.barlowdenhaag.nl/
The menu bar at the bottom goes all the way to the right hand edge, regardless of the browser:
How can I get WPX7 to do this?
This is what I want:
http://www.barlowdenhaag.nl/
The menu bar at the bottom goes all the way to the right hand edge, regardless of the browser:
Code:
.menu {
float: left;
height: 73px;
width: 100%;
margin-left: 118px;
background: url("../images/menubg.png") repeat scroll left top transparent;
}