Click here to Skip to main content
15,914,165 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi friends it is urgent pls help me while page loding horizantal sub menu will hide so pls help me how to active the sub menu while page is loding
Posted

1 solution

This is not clear in your question why the menu is hide....

if this is for apply css property then maybe it can be work
try this

$(document).ready(function() {
   //set css for your control
   document.getElementById('#mydiv').css('display', 'block');
 });

Or you can put your script in jquery load event
http://api.jquery.com/load-event/[^]
 
Share this answer
 
Comments
Vijaya Sekhar Sreeram 2-Jan-13 4:07am    
while page loading sub menu will not in active state so i want to show main menu and sub menu always...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900