Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello, Would any one help me with this problem?

I want to make a navigation of the left side sectio,

Membership (link)
when you click on membership,
a division of 2 links goes down
-Login
-Register

I dont want to use javascript, just using CSS/HTML its ok if i reload the page again.
But how to do it ?
Posted

1 solution

you must use javascript if you want events on client click

with css you can have events on hover or you should provide two identical pages with one with the membership link and the other with the two links you need, but it is far from being an elegant solution :p

it's a very easy javascript , you should try with javascript (better ad easier jquery)
 
Share this answer
 

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