News Highlighter Overlaps Dropdown Submenu

Discussion about free Joomla news rotator/ticker with multiple effects like scrolling, fading and several data sources supported.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Apr 30, 2009 7:27 am
Hi, I get this error: the highlighter's text often appears over my Top Main Menu's dropdown submenu in firefox, making the menu unusable when this happens. This is the page where it's happening:

www.sinpublicar.com

I appreciate your help

Regards,
David Martinez
User avatar
Fresh Boarder

GK User
Thu Apr 30, 2009 9:08 am
This issue is not related to the Highlither but changing the code below into your template.php could help, you should play with the z-index value
Code: Select all
div#menu li.background {
height:30px;
overflow:hidden;
position:absolute;
top:0;
visibility:hidden;
z-index:100;
User avatar
Senior Boarder

GK User
Thu Apr 30, 2009 9:11 am
Hi, Thanks a lot for your help, I'll do as you say.

Regards
David Martinez
User avatar
Fresh Boarder

GK User
Sun Jun 14, 2009 12:18 pm
Hi, thanks for the solution ;)

I changed my joomla/template/mytemplate/css/template_css.css

1/First find the class of your module position (mine is #s5_bottommiddle)
2/Then set z-index to 0
3/ I had to add position:relative;

#s5_bottommiddle {
position:relative;
z-index:0;
............
margin:0 auto;}
User avatar
Fresh Boarder


cron