Forum Moderators: not2easy

Message Too Old, No Replies

<ul><li> Commands

<ul><li> Help

         

coolist

11:35 pm on Apr 6, 2009 (gmt 0)

10+ Year Member



Hi,

I create a menu successfully but now half the menu is jumping down because I have to put <ul><li> before one of menu link or else the drop down menu and CSS wont work properly. Is there a way I can get it to all show up the same?

Thank you

coolist

12:01 am on Apr 7, 2009 (gmt 0)

10+ Year Member



Here is some of the code:

<div class="menuBar" id="chromemenu" >
<a class="menuButton menuButtonActive">Services</a>
<div class="chromestyle" id="chromemenu">

/** HERES IS THE PROBLEM /**

<ul><li><a class="menuButton menuButtonActive6" class="menuBar" rel="dropmenu1">Services</a>

<a class="menuButton menuButtonActive3" href="#"><b>Chat</b></a>
<a class="menuButton menuButtonActive2" href="#"><b>SITE</b></a></div>

coolist

12:54 am on Apr 7, 2009 (gmt 0)

10+ Year Member



Its actually the <div> </div> code that is making it skip a line, is there anything else I can use instead?

oluoch28394

1:05 am on Apr 8, 2009 (gmt 0)

10+ Year Member



you must close your tags -- </ul></li> an da it looks like at least 1 <div> is not closed either.