codebreaker
07-11-2006, 09:24 AM
I am using the Chrome CSS Drop Down Menu (v2.0), and i am having problems with it :confused: . Here is my code:
<div class="chromestyle" id="chromemenu">
<ul>
<li><a href="http://ubuyland.bravehost.com/member_index.html">Home</a></li>
<li><a href="http://ubuyland.bravehost.com/member_entertainment.html">Entertainment</a></li>
<li><a href="#" rel="dropmenu1">Community</a></li>
<li><a href="#" rel="dropmenu2">Ubuyians</a></li>
</ul>
</div>
<!--1st drop down menu -->
<div id="dropmenu1" class="dropmenudiv">
<a href="http://ubuyland.bravehost.com/member_map.html">Map</a>
<a href="http://ubuyland.bravehost.com/mayor.html">Chat with the Mayor</a>
<a href="http://ubuyland.bravehost.com/news.html ">The News in Ubuy</a>
</div>
<!--2nd drop down menu -->
<div id="dropmenu2" class="dropmenudiv" style="width: 150px;">
<a href="http://ubuyland.bravehost.com/lucy.html ">Lucy Callwaiting</a>
<a href="http://ubuyland.bravehost.com/bein.html ">Bein Freestlyer</a>
<a href="http://ubuyland.bravehost.com/ima.html ">Ima Weirdlady</a>
<a href="http://ubuyland.bravehost.com/mr_mrs.html ">Mr. and Mrs Suergeon</a>
</div>
<script type="text/javascript">
cssdropdown.startchrome("chromemenu")
</script>
Is there anything wrong with my code, or do i need to add something from the CSS file? (All of the needed files are uploaded).
<div class="chromestyle" id="chromemenu">
<ul>
<li><a href="http://ubuyland.bravehost.com/member_index.html">Home</a></li>
<li><a href="http://ubuyland.bravehost.com/member_entertainment.html">Entertainment</a></li>
<li><a href="#" rel="dropmenu1">Community</a></li>
<li><a href="#" rel="dropmenu2">Ubuyians</a></li>
</ul>
</div>
<!--1st drop down menu -->
<div id="dropmenu1" class="dropmenudiv">
<a href="http://ubuyland.bravehost.com/member_map.html">Map</a>
<a href="http://ubuyland.bravehost.com/mayor.html">Chat with the Mayor</a>
<a href="http://ubuyland.bravehost.com/news.html ">The News in Ubuy</a>
</div>
<!--2nd drop down menu -->
<div id="dropmenu2" class="dropmenudiv" style="width: 150px;">
<a href="http://ubuyland.bravehost.com/lucy.html ">Lucy Callwaiting</a>
<a href="http://ubuyland.bravehost.com/bein.html ">Bein Freestlyer</a>
<a href="http://ubuyland.bravehost.com/ima.html ">Ima Weirdlady</a>
<a href="http://ubuyland.bravehost.com/mr_mrs.html ">Mr. and Mrs Suergeon</a>
</div>
<script type="text/javascript">
cssdropdown.startchrome("chromemenu")
</script>
Is there anything wrong with my code, or do i need to add something from the CSS file? (All of the needed files are uploaded).