Dirt_Diver
10-21-2008, 05:45 PM
I have decided to change my CSS from an older type to this new version of frustration...
Can someone help me center the nav bar on my page?
www.josephsalmi.com
right now I have this code to put it where I want it but that is only on this screen. I would like to center the navbar on every computer screen.
.mynavbarmenu{
font: bold 12px Verdana;
border-bottom: 1px solid black;
position: absolute;
z-index:100;
padding-left: 331px; /*offset of tabs relative to browser left edge*/
}
Can someone help me center the nav bar on my page?
www.josephsalmi.com
right now I have this code to put it where I want it but that is only on this screen. I would like to center the navbar on every computer screen.
.mynavbarmenu{
font: bold 12px Verdana;
border-bottom: 1px solid black;
position: absolute;
z-index:100;
padding-left: 331px; /*offset of tabs relative to browser left edge*/
}