MainMenu does't work when module is on

  • seid11111
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 1 month ago - 12 years 1 month ago #22974 by seid11111
The main menu disappears when I turn HOT Image Slider Here's a link of my site and see ...

www.bojna-srebrenica.net/knjiga-gostiju.html

I noticed that on this path missing files listed ...

/modules/mod_hot_image_slider/tmpl/style.css

div#nav ul li a {
background: url("../images/nav.png") no-repeat scroll 0 0 transparent;
Last edit: 12 years 1 month ago by seid11111.

Please Log in to join the conversation.

More
12 years 1 month ago #22981 by ivan.milic
Disable jquery in hot image slider

Please Log in to join the conversation.

  • seid11111
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 1 month ago #22987 by seid11111
When I disable jQuery get only a black image, and the menu does not work again

I noticed when the fire bug style.css over Exclude the following line menu starts to work

div#nav ul li {
float: left;
height: 52px; (disable)
}

div#nav ul li a {
border: 0 none;
display: block;
height: 52px; (disable)
line-height: 52px; (disable)
text-indent: -9999px; (disable)
}

see for yourself, and tell me if I made ​​the right decision ...

div#nav ul li a {
background: url("../images/nav.png") no-repeat scroll 0 0 transparent; (missing files)
}

Please Log in to join the conversation.

More
12 years 1 month ago #22992 by ivan.milic
Modify that css entities like this:

#header-menu div#nav...

so just add #header-menu in front of css paths

Please Log in to join the conversation.

  • seid11111
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 1 month ago - 12 years 1 month ago #22998 by seid11111
I did what you said and now it works all ok, thank you ...

Before :

div#nav ul li {
float: left;
height: 52px; (disable)
}

After :

div#nav ul li #header-menu {
float: left;
height: 52px; (disable)
}



Before :

div#nav ul li a {
border: 0 none;
display: block;
height: 52px; (disable)
line-height: 52px; (disable)
text-indent: -9999px; (disable)
}

After :

div#nav ul li a #header-menu {
border: 0 none;
display: block;
height: 52px; (disable)
line-height: 52px; (disable)
text-indent: -9999px; (disable)
}
Last edit: 12 years 1 month ago by seid11111.

Please Log in to join the conversation.

More
12 years 1 month ago #23005 by ivan.milic
opposite, first #header-menu

Please Log in to join the conversation.

Time to create page: 0.243 seconds
Powered by Kunena Forum