Page 1 of 1

Can someone help with my css [solved]

Posted: Sat Feb 02, 2008 3:27 am
by herbshirt
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.

Re: Can someone help with my css

Posted: Sun Feb 03, 2008 2:29 am
by Dr.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

Posted: Sun Feb 03, 2008 2:33 am
by herbshirt
Thanks Mark, fixed. But now the menu sits at the top of the page?

Re: Can someone help with my css

Posted: Sun Feb 03, 2008 4:13 pm
by Dr.CSS
#mainmenu{position:absolute;top:108px}

Recommended reading...

http://reference.sitepoint.com/css

Re: Can someone help with my css

Posted: Sun Feb 03, 2008 9:57 pm
by herbshirt
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?

Re: Can someone help with my css

Posted: Mon Feb 04, 2008 10:11 pm
by herbshirt
bump...anyone?
It's drivin me a bit nuts now.

Re: Can someone help with my css

Posted: Mon Feb 04, 2008 10:22 pm
by Nullig
#primary-nav a {
  position: relative;

Nullig

Re: Can someone help with my css

Posted: Mon Feb 04, 2008 10:25 pm
by herbshirt
ALMOST... Thanks Nullig... still has a small problem...

notice the rollovers?

Re: Can someone help with my css

Posted: Tue Feb 05, 2008 9:50 pm
by GraemeS
now this depends on if your rollover meant to be an image ?