Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Css not loading
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Css not loading
#18778
Css not loading 12 Years, 7 Months ago Karma: 0
hi, I've installed this module and I FINALLY have drop down menus! Problem is, I can't seem to style them at all! I've worked with CSS before but I've changed it in the template css file and tried adding it to the module css box but it's not working. Should I be using a different class tag? I've told the module to use nav and used #nav in the css.

Any help would be greatly appreciated!
The administrator has disabled public write access.
 
#18784
Re:Css not loading 12 Years, 7 Months ago Karma: 746
Hello,

Information about menu styles can be found here.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#19146
Re:Css not loading 12 Years, 7 Months ago Karma: 0
Hi

Still not really making head nor tail of the documentation. I'm trying to switch all the borders off - here's the CSS I'm using:


#nav {
width: 930px;
height: 35px;
background: #005aab;
list-style: none;
float: left;
padding-left: 30px;
padding-top: 5px;
padding-bottom: 5px;
margin-top: -10px;
border: 0;
border-top: 0;
border-bottom:0;
border-left:0;
}

#nav ul {
background: #005aab;
border: 0;
}

#nav ul li {
background: #005aab;
font-family: "Arial Rounded MT Bold";
font-size: 17px;
color: #fff;
border: 0px;
}

#nav ul li a {
background: #005aab;
color: #fff;
border: 0;
}

#nav ul li a:hover {
background: #ffdf7a;
color: #000;
text-decoration: none;
border: 0;
}

#nav ul li a:selected {
background: #005aab;
border: 0;
}


I'm still seeing a left border beside my first menu item and a top and bottom after the last menu item on the right. Am I missing something in my CSS?
The administrator has disabled public write access.
 
#19168
Re:Css not loading 12 Years, 7 Months ago Karma: 746
Hello,

Provide link to a page where we can see the menu on your site?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#19177
Re:Css not loading 12 Years, 7 Months ago Karma: 0
The administrator has disabled public write access.
 
#19195
Re:Css not loading 12 Years, 6 Months ago Karma: 746
Add the next CSS rule:

Code:


body .yui-skin-sam .yuimenu .bd
{
 border-style: none;
}

.yui-menu-shadow
{
 display: none !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12