Jump to content

Menu Disapear Content have to show full page


pacesenthil

Recommended Posts

I had Menu in left page and content have to show a right side of page by frame..so now am facing one problem by frameset(i.e) one is on click of Menu link automatically have to be disappear the content have to show in full page after user may select other Link at the time Menu have to Appear By using Menu icon How to do it .??Any idea to avoid Frame-set
menu.html
 <div class="menu" style="display: none;">         <div id="dropdownleft">         <ul style="display: none;" contentindex="0c" class="submenu">         <li><a target="content" href="jsp/Executive/Executive.html">Executive Dashboard</a></li>         <!--<li><a  target ="content" href="jsp/newsalereport/newsalereportmasterpage.html">New Sales Report</a> </li> -->         <li><a target="content" href="jsp/saleanalysis/salenanalysismasterpage.html">Sales Analysis</a></li>         <li><a target="content" href="jsp/itemwise/itemwisemasterpage.html">Itemwise Dashboard</a></li>         <li><a target="content" href="jsp/Reports/cascade.html">Group-Wise Dashboard</a></li>         <!--<li><a  target="content" href="jsp/Executive/Topandbottom.html">Top-Bottom Report</a> </li>-->         </ul>         </div>                <div>

cafe.html
 <frameset rows="36,*,36" frameborder="0">       <frame src="footer/topfooter.html" name="topFrame" scrolling="no">       <frameset cols="230,*" frameborder="0" border="0" framespacing="0">       <frame src ="menu.html" marginheight="0" marginwidth="0" scrolling="no" />      <frame name="content" src ="" />     </frameset>       <frame src="footer/bottomfooter.html" name="linksFrame" scrolling="no">      </frameset>
Link to comment
Share on other sites

I'm having trouble visualizing your question.

 

Are you looking for something like a nav icon (similar to those used in mobile sites) that can be used to "toggle" the sidebar on/off?

Link to comment
Share on other sites

Thanks for u r reply i have already gone through some of website which u provide but it cant useful.....I attached a image(Aslike) if u look at this one Arrow mark is present if i user want to see a full content then he click at arrow it will collapse and if he want it Can Expandable by click Arrow.I have tried Menu(Mine) .i want similar to that Kindly help on this ??

 

 

post-169284-0-34898300-1395291400_thumb.jpg

post-169284-0-79781200-1395291403_thumb.png

Edited by pacesenthil
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...