Log in

View Full Version : Help With CSS Style



jimsan
03-25-2011, 05:46 PM
Dear All

Can some one please help

http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/

Want i want to do is when you visit this page , Under Demo section you will see link to Sushi and Zoka Coffee . So when you get the mouse or pointer under the link image open up and as soon as you remove the mouse or hand the image goes . What i want is that the image should remain after the pointer or hand or mouse is removed from link

Can some one please help

azoomer
03-25-2011, 06:34 PM
Try this script instead:
http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm

jimsan
03-26-2011, 10:28 AM
Ya that is a good option , but what i want to do is . Instead of image i want login page to open that when the link is clicked it should open a popup which willl have username and password field and a submit button .

Can you please help

azoomer
03-26-2011, 12:00 PM
There a many ways that could be done. Search dynamic drive for "popup".
I like the simple modal window/log in dialog in this demo (http://www.queness.com/resources/html/modal/jquery-modal-window.html) from queness.
If this is not what you want then you could show us an example of what you want, taking the guesswork out of it.

jimsan
03-26-2011, 06:19 PM
Thanks a lot for fast reply

Yes that what i want . But i wanted to do it in CSS instead of jquery .

Or if i have to do in JQUERY can you please help me out with this

http://jqueryui.com/demos/dialog/#modal-form

instead of button i want a link that is for "create new user"

azoomer
03-26-2011, 08:19 PM
I couldn't figure out how to make it a link instead of a button, sorry. Maybe someone else knows how to do it!