View Single Post
  #2 (permalink)  
Old 05-22-2007, 06:08 AM
le_gber le_gber is offline
WebProWorld Member
 
Join Date: Aug 2003
Location: Bedfordshire, UK
Posts: 97
le_gber RepRank 0
Default Re: How to make a hover login box like this...

Everything you need is on that page.

Look for the div called 'login_dialog', that's where the login forms are.

Then look at the javascripts and see how it's been done.

You have no other choice but to use javascript / dom scripting to achieve this effect to switch on and off the form overlay.

If the code is too complicated and you can't find what you want, try google search for 'css javascript hide show divs'. It should return examples/tutorials on how to do it.
Reply With Quote