Universal CSS Navigation Menu Support Product Page
Answered
Trouble re styling the CSS menu
Asked 11 May 2012 08:54:09
1
has this question
11 May 2012 08:54:09 Les IsOnline posted:
Hi Guys,Im following this lesson www.dmxzone.com/go?19921
I have made a second style sheet and added it to my page as follows...
<link rel="stylesheet" type="text/css" href="../Styles/dmxNavigationMenu.css" /> <link rel="stylesheet" type="text/css" href="../Styles/dmxNavigationMenu2.css" /> <!--[if lt IE 7]><script type="text/javascript" src="../Styles/IE7.js"></script><![endif]--> <script type="text/javascript" src="../ScriptLibrary/jquery-latest.pack.js"></script> <script type="text/javascript" src="../ScriptLibrary/jquery.easing.1.3.js"></script> <script type="text/javascript" src="../ScriptLibrary/dmxNavigationMenu.js"></script>
When i make changes to my own css sheet I can only seem to change the font styles and the menus main background colour.
I want to put some padding on the left to space the menu items out a little and i want the blue colour on mouse over to be pale grey and no matter what I change im not getting it some how.
Im sure you will see my CSS sheets If I post the link to the menu I hope stafford.staffdata.co.uk/includes/inc_TrialMenu1.asp
Any help is welcomed.
Thanks again.
Replies
Replied 11 May 2012 12:27:17
11 May 2012 12:27:17 Vulcho Vulev replied:
Hello Less.
You need to edit the following css rules for the color:
You need to edit the following css rules for the color:
.dmxNavigationMenu li a.selected, .dmxNavigationMenu li a:hover, .dmxNavigationMenu li a.hover { background: none repeat scroll 0 0 #a9a9a9; color: #FFFFFF;
Replied 11 May 2012 12:48:43
11 May 2012 12:48:43 Teodor Kuduschiev replied:
Hi Les,
I see you have 2 opening tags in your css:
which should be:
Please change this.
I see you have 2 opening tags in your css:
.dmxNavigationMenu ul { {
which should be:
.dmxNavigationMenu ul {
Please change this.
Replied 11 May 2012 21:43:20
11 May 2012 21:43:20 Les IsOnline replied:
Thanks im such an idiot, to much late night coding, I copied and pasted the comments from the tutorial to help me identify the items and just missed the tag i copied too...
Thank You all is well now..
Thank You all is well now..