MainMenu does't work when module is on

  • seid11111
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 1 month ago #23024 by seid11111
This way does not work

#header-menu div#nav ul li

Thus working properly

#header-menudiv#nav ul li

Try it and see for yourself, thanks ...

Please Log in to join the conversation.

More
12 years 1 month ago #23030 by ivan.milic
if #header-menudiv#nav ul li works that means you can just remove that entities

Please Log in to join the conversation.

  • seid11111
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 10 months ago - 11 years 10 months ago #25562 by seid11111
Izvinjavam se sto kasnim sa odgovorom, ali zanima me da li ste mislili predhodnim postom da iz CSS fajla sa lokacije ...

modules/mod_hot_image_slider/tmpl/style.css

mogu izbrisati sledece linije koje mi prave problem ...

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

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

div#nav ul li a {
background:url(../images/nav.png) no-repeat;

Imao bih još jedno pitanje da li je moguce na border modula uraditi border-radius tj. da mi čoškovi budu zaobljeni ?

Lokacija instaliranog modula : www.bojna-srebrenica.net/info.html
Last edit: 11 years 10 months ago by seid11111.

Please Log in to join the conversation.

More
11 years 10 months ago #25565 by ivan.milic
You can remove it if you want.

To apply rounder corners:

#slide-holder{
-moz-border-radius: 10px; /* Firefox */
-webkit-border-radius: 10px; /* Safari, Chrome */
border-radius: 10px; /* CSS3 */
}

you can add that to same file

Please Log in to join the conversation.

  • seid11111
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 10 months ago #25568 by seid11111
Thanks for the quick response but I put this in a module CSS file but does not work

Please Log in to join the conversation.

More
11 years 10 months ago - 11 years 10 months ago #25577 by ivan.milic
try:

#header_hotslider, #header_hotslider IMG{
overflow: hidden;
-moz-border-radius: 10px; /* Firefox */
-webkit-border-radius: 10px; /* Safari, Chrome */
border-radius: 10px; /* CSS3 */
}
Last edit: 11 years 10 months ago by ivan.milic.

Please Log in to join the conversation.

Time to create page: 0.095 seconds
Powered by Kunena Forum