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 Link to comment https://forums.phpfreaks.com/topic/266288-php-and-mysql-menu/ Share on other sites More sharing options...
scootstah Posted July 26, 2012 Share Posted July 26, 2012 Huh? Your link doesn't work. Link to comment https://forums.phpfreaks.com/topic/266288-php-and-mysql-menu/#findComment-1364600 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 Link to comment https://forums.phpfreaks.com/topic/266288-php-and-mysql-menu/#findComment-1364615 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. Link to comment https://forums.phpfreaks.com/topic/266288-php-and-mysql-menu/#findComment-1364624 Share on other sites More sharing options...
loki951510 Posted July 26, 2012 Author Share Posted July 26, 2012 ty that fixed it Link to comment https://forums.phpfreaks.com/topic/266288-php-and-mysql-menu/#findComment-1364633 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.