Hi,
I was wondering if you could help me with an issue I have in a div it is a navigation bar inside a containing div I have managed to centre it horizontally but I can't seem to vertically here is the code underneath:
#container #contnav #navmenu {
padding: 0px;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
border: thin solid #F0C;
height: 50px;
width: 888px;
Kind regards Joel
I was wondering if you could help me with an issue I have in a div it is a navigation bar inside a containing div I have managed to centre it horizontally but I can't seem to vertically here is the code underneath:
#container #contnav #navmenu {
padding: 0px;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
border: thin solid #F0C;
height: 50px;
width: 888px;
Kind regards Joel