PDA

Click to See Complete Forum and Search --> : Help....


darkwolf29a
08-03-2009, 03:25 PM
Ok, I'm redesigning my very poorly designed web site at the moment. My old was done, entirely, in html...i.e. old school. Why? Because that's I knew at the time.

Since, I've start playing around with Dreamweaver, and have found some very cool stuff to put in. But, that's not my question

http://bestwebgallery.com/

If you hover over any picture on the left side of that site, it shows you a bigger view. How do you do that?

Also, I'm trying to find the code to create an unstealable gallery, i.e. when you click on a picture, it pops open a viewer for for your pictures, complete with a next and back buttons. I'm not finding the code for that any place.

Any help you can provide would be very cool.

Thanks,

CkretAjint
08-03-2009, 03:29 PM
HTML is not old... It's the standard that the majority of websites is based upon. Dreamweaver is just a program to write code.

The pop-up, that's Javascript. If someone WANTS to steal your gallery, they will and can. Nothing is unstealable since you can do screen shots very easily.

JSMartin
08-03-2009, 07:03 PM
..when you click on a picture, it pops open a viewer for for your pictures, complete with a next and back buttons. I'm not finding the code for that any place.

LightBox 2 has the capabilities of this, doesn't it?

http://www.huddletogether.com/projects/lightbox2/

CkretAjint
08-03-2009, 07:23 PM
Shazam!

http://line25.com/articles/rounding-up-the-top-10-jquery-lightbox-scripts

Pick the one that you like most...

darkwolf29a
08-04-2009, 07:32 PM
Thanks for the responses. :) I'll have to play around with the jQuery stuff, just to see if I can make it work. LOL