Update on above issue:
I have been playing around with the box layout in the style sheet and just couldnt get the sideboxes to align correctly although i could get the center column after a few hours i gave up on that. I moved on to the header menu stylesheet and started playing around on this one and finally got a little closer to what im trying to do.....
Here is what i have come up with:
HTML Code:
Internet Explorer Works with this code but mozilla does not:
div#dropMenu {
width:90%;
margin-left:45px;
margin-bottom:-30px;
margin-top:0px;
text-align:center;
z-index:1000;
position:relative;
top:-30px;
}
Mozilla works with this code but ie does not:
div#dropMenu {
width:90%;
margin-left:45px;
margin-bottom:-30px;
margin-top:0px;
text-align:center;
z-index:1000;
position:relative;
}
Does anyone have a solution?
I have attached some pics and link is: www.truwater.com.au
Thanks
Bookmarks