Go Back   Ultimate Web Site Drop Down Menu Forum > UDM4 > Troubleshooting
Register FAQ Members List Calendar Today's Posts

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Unread 02-16-2009, 06:20 PM
ludo33 ludo33 is offline
Junior Member
Join Date: Feb 2009
Posts: 10
  #1  
Default Nearly got it..need help!

Hello,

I've got the expanadable menu (PHP) installed on a test machine and something aint quite right:

Template.php

Added <link rel="stylesheet" type="text/css" href="/udm-resources/menu.css" media="screen, projection" /> =======just copied the line above


<ul id="udm" class="udm">

<li class="onclick"><a class="nohref"> North Scotland</a>
<ul>
<li class="onclick"><ahref="http://aberdeen.dnsalias.org">Aberdeen</a></li>
<li class="onclick"><a href="http://dundee.dnsalias.org">Dundee</a></li>
</ul>
</li>

My css style sheet:

/* expanding menu styling */
#udm ul {
margin-left:0 !important;
margin-top:1px !important;
}

/* no rollover on nohref links */
#udm a.nohref {
background-color:transparent !important;
border-color:#f8fbd0 !important;
color:#060 !important;
}

/* no rollover on nohref links */
#udm a.nohref {
background-color:transparent !important;
border-color:#f8fbd0 !important;
color:#060 !important;
}

/* give all anchors a hand cursor */
#udm a {
cursorointer !important;
cursor:hand !important;
}

I think the nohref style is in the wrong place or my menu.css aint right, can anyone help me?
Reply With Quote
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 05:10 PM.


Powered by vBulletin® Version 3.0.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.