Just started working on a new website idea of mine and using CSS to position the navigation bar but having problems aligining it wwith the rest of the site.
The page in question is http://rdoyle.info/v2
As you can see the nav bar is is fully adjusted to the left but i want it aligned in line with the banner which is centered using margin: 0 auto.
I tried using the postion: absolute; which did align the home button but using this on the other buttons forced them down the way and not inline. Can anyone help me get this sorted?
CSS can be found http://rdoyle.info/v2/layout.css
After this i want to setup rollovers but I'm not sure how this would be done if the images ar set as background images in the CSS, again can anyone explain?
Cheers
The page in question is http://rdoyle.info/v2
As you can see the nav bar is is fully adjusted to the left but i want it aligned in line with the banner which is centered using margin: 0 auto.
I tried using the postion: absolute; which did align the home button but using this on the other buttons forced them down the way and not inline. Can anyone help me get this sorted?
CSS can be found http://rdoyle.info/v2/layout.css
After this i want to setup rollovers but I'm not sure how this would be done if the images ar set as background images in the CSS, again can anyone explain?
Cheers