Jump to content

Dropdown <li> menu stay active and open till other selection


Recommended Posts

Hello guys,
 
I have a problem with my dropdown menu and i cant seams to figure it out.. The main idea is that i want to be able to make the dropdown submenu active till i select another submenu. The test site is here and the ideea came from here
 
Any help is welcome.
Best regards,
 
 
***********
Edit: problem solved, please close this topic.

Edited by kadapawn (see edit history)
Link to comment
Share on other sites

  • 3 weeks later...
  • 1 month later...
  • 2 weeks later...
<ifmodule mod_expires.c>

  ExpiresActive On

  ExpiresDefault "access plus 1 seconds"

  ExpiresByType text/html "access plus 0 seconds"

  ExpiresByType image/gif "access plus 518400 seconds"

  ExpiresByType image/jpeg "access plus 518400 seconds"

  ExpiresByType image/png "access plus 518400 seconds"

  ExpiresByType text/css "access plus 518400 seconds"

  ExpiresByType text/javascript "access plus 216000 seconds"

  ExpiresByType application/x-javascript "access plus 216000 seconds"

</ifmodule>

 

 

Copy this in .htacess file on top

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...