Shape 5

Joomla Templates => Touch of Soul - Club => : jmallow November 30, 2009, 01:33:39 PM



: Accordian Menu Issue
: jmallow November 30, 2009, 01:33:39 PM

When I hover over a link in the "Helpful Links & Resources" box on the left side, the menu moves up&down slightly from the according menu. I am using IE7.

http://gbc.mallowonline.com/ <--test site with problem (note, I have made no changes, this is a default install using SiteShaper)


: Re: Accordian Menu Issue
: mikek November 30, 2009, 05:18:59 PM
It's really a problem with the browser. IE7 resizes an element when you change it's background on hover. The only fix would be to remove the background change on hover and only do the underlined text. To do that edit template_css.css and find:

#s5_left ul.menu a:hover, #s5_right ul.menu a:hover {
background:#252525 url(../images/s5_menu_arrow.png) no-repeat left center;
text-decoration:none;
}

It's around line 48s:

and change it to:

#s5_left ul.menu a:hover, #s5_right ul.menu a:hover {
text-decoration:underline;
}


: Re: Accordian Menu Issue
: jmallow December 01, 2009, 07:55:03 AM

How would I disable to the Accordian Menu on the left and only have the top menu (the main menu on the top, now the login/register one).

Thanks!


: Re: Accordian Menu Issue
: mikek December 01, 2009, 08:37:14 AM
Hello, you would just unpublish that module in the extension manager.