fansa Posted May 21, 2009 Share Posted May 21, 2009 Hai all brilliant person... What wrong with this coading because my submenu is not appear?? help me... <div id=menu> <ul id=menuList class="submenu"> <li><a href="new_faultlog.php">Submit Faultlog </a></li> <li><a href="view_sent_report.php">View Faultlog </a></li> <li><a href="cancel_sent_report.php">Cancel Faultlog </a></li> <li><a href="search_faultlog.php">Search Faultlog </a></li> <li><a href="view_asset_report.php">View Aset </a></li> <li>Report <ul><li><a href="report_faulty_summary.php">Fault Summary</a></li></ul> <ul><li><a href="detail_faultlog.php">Detail Fault Log</a></li></ul> <ul><li><a href="list_asset.php">List Of Asset</a></li></ul> <ul><li><a href="faultlog_statistic.php">Faultlog statistic as attached</a></li></ul> </li> <li><a href="help.html" target="_blank">Help </a></li> <li><a href="../logout.php">Logout</a></li> </ul> </div> Quote Link to comment https://forums.phpfreaks.com/topic/159048-sub-menu-not-appearneed-help/ Share on other sites More sharing options...
Axeia Posted May 21, 2009 Share Posted May 21, 2009 Can't tell from what you posted, but <ul><li><a href="report_faulty_summary.php">Fault Summary</a></li></ul> <ul><li><a href="detail_faultlog.php">Detail Fault Log</a></li></ul> <ul><li><a href="list_asset.php">List Of Asset</a></li></ul> <ul><li><a href="faultlog_statistic.php">Faultlog statistic as attached</a></li></ul> That isn't very logical, 4 lists with each 1 item? Having a list of just one item doesn't make much sense. Will need to see the CSS or Javascript used to hide/show the menu, a link to the page in question would be great. Quote Link to comment https://forums.phpfreaks.com/topic/159048-sub-menu-not-appearneed-help/#findComment-838811 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.