loki951510 Posted July 26, 2012 Share Posted July 26, 2012 i need to make this menu go down insted of right here is the code <?php do { ?> <li> <a href="?p=<?php echo $row_rsMainNav['pg_id']; ?>"<?php getSelectFront($row_rsMainNav['pg_id']); ?>><?php echo $row_rsMainNav['pg_link']; ?></a><br /></li> <?php } while ($row_rsMainNav = mysql_fetch_assoc($rsMainNav)); ?> the site is @ www.dsserver.co.uk/cmd so u can see what i mean Quote Link to comment Share on other sites More sharing options...
scootstah Posted July 26, 2012 Share Posted July 26, 2012 Huh? Your link doesn't work. Quote Link to comment Share on other sites More sharing options...
loki951510 Posted July 26, 2012 Author Share Posted July 26, 2012 sorry it should of been www.dsserver.co.uk/cms Quote Link to comment Share on other sites More sharing options...
scootstah Posted July 26, 2012 Share Posted July 26, 2012 You need to remove float: left; from the li styling. Quote Link to comment Share on other sites More sharing options...
loki951510 Posted July 26, 2012 Author Share Posted July 26, 2012 ty that fixed it Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.