Shape 5

Joomla Templates => CommPortal - July 08 - Club => : tasmanelec January 05, 2010, 02:39:28 PM



: Menu Problem
: tasmanelec January 05, 2010, 02:39:28 PM
Hi,
Can you have a look at this www.test.tasmanelectronics.com (http://www.test.tasmanelectronics.com)?
If you go to the My Account menu and then to forum the menu overlaps. How can I fix this issue? Thanks for your help.


: Re: Menu Problem
: jonahh January 06, 2010, 01:54:57 PM
On line 88 of your suckerfish.css file try increasing the z-index to something like 10.



: Re: Menu Problem
: tasmanelec January 06, 2010, 03:54:21 PM
Hi,
I increased it to 10 but nothing happened, I cleared cache.
:
#navv li:hover ul ul, 
#navv li:hover ul ul ul,
#navv li:hover ul ul ul ul, 
#navv li.sfhover ul ul,
#navv li.sfhover ul ul ul,
#navv li.sfhover ul ul ul ul {
position:absolute;
left: -999em;
z-index:1;}

to

#navv li:hover ul ul,
#navv li:hover ul ul ul,
#navv li:hover ul ul ul ul, 
#navv li.sfhover ul ul,
#navv li.sfhover ul ul ul,
#navv li.sfhover ul ul ul ul {
position:absolute;
left: -999em;
z-index:10;}


: Re: Menu Problem
: tasmanelec January 06, 2010, 04:03:46 PM
Hi,
I have another problem when I am using google chrome. When I open my site in google chrome in the left hand menu a white line appears at the top of the main menu.
(http://www.tasmanelectronics.com/images/as.png)

IS there a way to fix this issue? It does not appear in the other browsers that I am using.


: Re: Menu Problem
: jonahh January 07, 2010, 12:01:44 PM
On line 1 of:

http://www.test.tasmanelectronics.com/modules/mod_s5_accordion_menu/css/s5_accordion_menu.css

#s5_accordion_menu {
margin:10px 0 0;
}

change the above 10 to 0



If you can provide me Joomla access info, I can get the menu working for you.


: Re: Menu Problem
: tasmanelec January 09, 2010, 03:31:20 PM
Hi,
I PM you my ftp access and joomla backend. thank you for your help.


: Re: Menu Problem
: jonahh January 11, 2010, 12:43:01 PM
Hello,

Fixed, I added the following to the bottom of the suckerfish.css file

#navv ul li ul li:hover {
z-index:234;}


: Re: Menu Problem
: tasmanelec January 11, 2010, 03:23:10 PM
Hi,
Thanks a lot for your help, I really appreciate it!!! :)