Hullo,
I had someone css my page for me but since then I have made considerable changes including the height of my header. since I increased the height I can't work out how to get my main horizontal menu back into the right position.
Here: http://www.neurovision.com.au/index.php
If I decrease the height the menu returns to the correct position but doesn't display the complete graphic (180px).
You can see that the main menu should move upward to align with the horizontal graphic. I would also then like to make the hover bg meet the horizontal graphic top and bottom.
Any help greatly appreciated.
Herb.
Can someone help with my css [solved]
Can someone help with my css [solved]
Last edited by herbshirt on Sun Feb 10, 2008 4:56 am, edited 1 time in total.
Re: Can someone help with my css
Your horiz. menu is outside of the header 2 divs deep that's why it covers the header image when you down size the header, you'll have to move into the header to get what you want...
Re: Can someone help with my css
Thanks Mark, fixed. But now the menu sits at the top of the page?
Last edited by herbshirt on Sun Feb 03, 2008 8:57 am, edited 1 time in total.
Re: Can someone help with my css
Last edited by Anonymous on Sun Feb 03, 2008 4:16 pm, edited 1 time in total.
Re: Can someone help with my css
Getting there...
The position is right, but the links are all squashed together. I had tried the position absolute thing but not the top:108.
Also since I had tried a thousand times last night to do it myself teh oced had changed since you posted. Instead of #main it's...
#primary-nav a
Thanks for the link. I've done a lot of research actually and css still escapes me. I'll persist.
How do I unsquash?
The position is right, but the links are all squashed together. I had tried the position absolute thing but not the top:108.
Also since I had tried a thousand times last night to do it myself teh oced had changed since you posted. Instead of #main it's...
#primary-nav a
Thanks for the link. I've done a lot of research actually and css still escapes me. I'll persist.
How do I unsquash?
Re: Can someone help with my css
bump...anyone?
It's drivin me a bit nuts now.
It's drivin me a bit nuts now.
Re: Can someone help with my css
#primary-nav a {
position: relative;
Nullig
position: relative;
Nullig
Re: Can someone help with my css
ALMOST... Thanks Nullig... still has a small problem...
notice the rollovers?
notice the rollovers?
Re: Can someone help with my css
now this depends on if your rollover meant to be an image ?