I need help with css vertical menu URGENT

Associate
Joined
4 Jun 2010
Posts
5
Your previous menu was cut off because you had overflow: hidden; set for div#column_left

The Google side column div then needed a lower z-index, a value of 1 sorted it i.e the menu appeared above it.

Finally on the menu the 3rd deep links (can't recall the selector but it was whatever styled the menu ul ul ul) had left: 199px; - If you set it to around 129px then you eliminated the gap you had previously.

I believe your site breaks the forum rules too, probably one of the reasons you haven't had many replies.
 
I am still confused about what you said.

I can post my CSS stylesheet if required. Can you please advise what is needed to fix this problem.

Thanks
 
Revert your menu back to the previous one and search your stylesheet for div#column_left then either remove/uncomment overflow: hidden or set to visible.

That should stop your menu from being cut off, from then you may need to adjust the z-index values of whatever div the Google header is in. Previously this was set to 4, but now appears to be 1, so you may not need to change it again.

By all means post your stylesheet within the code tags or use a link to point to it if you're still confused about the above. :)
 
By all means post your stylesheet within the code tags or use a link to point to it if you're still confused about the above. :)

The menu can now be seen fully after setting the overflow to visible. firstly I thought its going behind the body but it was actually being hidden as you said. so Thanks for your help, really appreciate it.

I will try and adjust the goggle side box's z-index, or just take the restore disk category above as playing too much with z-index of side boxes may cause bigger problem.

Working menu can now be seen on my site

Thank you so much for your help.
 
Last edited:
Back
Top Bottom