[solved] hauki2, background link on top of menu

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
karnbo
New Member
New Member
Posts: 5
Joined: Wed Nov 24, 2010 4:45 pm

[solved] hauki2, background link on top of menu

Post by karnbo »

Hi team

Thanks to everyone supporting this great product:)

I've just started using CMSms and tried with the hauki2 theme. After some handons I manage to get the theme working.

Now. The button behind the menu overwrites the drop-down menu. Spent some hours on the net trying to solve it, but without success. Please see attached picture or look at "http://www.babytalkafrica.com/cmsms/" (this link is working at the moment but will probably stop working when the problem is solved!).
The theme, after my changes to make it work: http://www.babytalkafrica.com/cmsms/HaukiRules.xml

The link behind, that overwrites the menu, is encapsuled in a and a . Think the menu is more of a CMSms feature, why I think this question qualifies for the forum:) Any help greatly appreciated.

Specifications:
Linux 2.6.32.12-115.fc12.i686 #1 SMP Fri Apr 30 20:34:53 UTC 2010 i686
Apache/2.2.15
PHP API 20090626
http://www.babytalkafrica.com/info.php
Attachments
Screenshot-Babytalk Africa - Home - Mozilla Firefox.png
Last edited by karnbo on Thu Nov 25, 2010 1:23 pm, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: hauki2, background link on top of menu

Post by Dr.CSS »

Give your UL UL a z-index:200 and it will be fine, that is from using position: on those links...
karnbo
New Member
New Member
Posts: 5
Joined: Wed Nov 24, 2010 4:45 pm

Re: hauki2, background link on top of menu

Post by karnbo »

Dr.CSS wrote: Give your UL UL a z-index:200 and it will be fine, that is from using position: on those links...
Thanks!

#primary-nav ul {
position: absolute;
top: auto;
display: none;
        z-index: 200;
}

Did the trick!
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: hauki2, background link on top of menu

Post by Dr.CSS »

Post Reply

Return to “Layout and Design (CSS & HTML)”