Jump to content

Sub menu not appear..need help


fansa

Recommended Posts

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>

Link to comment
https://forums.phpfreaks.com/topic/159048-sub-menu-not-appearneed-help/
Share on other sites

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.