Problems with hidden submenus

General questions relating to Joomla! 2.5. Note: All 1.6 and 1.7 releases have reached end of life and should be updated to 2.5. There are other boards for more specific help on Joomla! features and extensions.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Locked
jmandersson
Joomla! Apprentice
Joomla! Apprentice
Posts: 10
Joined: Mon Aug 13, 2012 5:30 pm

Problems with hidden submenus

Post by jmandersson » Mon Aug 13, 2012 5:41 pm

Have tried to create some submenus to my site. I am using template "outsourcing-fjt". The problem is that the submenu is hidden under the content on the page and I can´t figure out how to fix this.
Here you can find the website: http://jemtel.se/joomla/
Look in the top menu, "om jemtel AB" and you will see what I mean.
Hoping for a solution! Thanks a million!

User avatar
pxforti
Joomla! Hero
Joomla! Hero
Posts: 2755
Joined: Wed Apr 04, 2007 8:54 pm
Location: Driggs, Idaho

Re: Problems with hidden submenus

Post by pxforti » Mon Aug 13, 2012 11:14 pm

you need to add z-index: 1; eg

.topmenu ul li ul {
border-top: 0 none;
left: -999em;
margin: 0;
padding: 0;
position: absolute;
width: 180px;
z-index: 1;
}

on line 114 in http://jemtel.se/joomla/templates/outso ... styles.css
Joomla Website Design / CS-Cart Website Design
http://writenowdesign.com

jmandersson
Joomla! Apprentice
Joomla! Apprentice
Posts: 10
Joined: Mon Aug 13, 2012 5:30 pm

Re: Problems with hidden submenus

Post by jmandersson » Wed Aug 15, 2012 6:20 am

pxforti,
thanks a million! :-)

angelemily
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Wed Aug 15, 2012 7:11 am
Contact:

Re: Problems with hidden submenus

Post by angelemily » Wed Aug 15, 2012 7:20 am

Good to learn, thank you share.

edwardmartin
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Wed Aug 15, 2012 10:15 am
Contact:

Re: Problems with hidden submenus

Post by edwardmartin » Wed Aug 15, 2012 10:35 am

thanks for share


Locked

Return to “General Questions/New to Joomla! 2.5”