views:

38

answers:

4

when picture viewed ,when me click on it picture will display as pop up, and back screen will be light black?

A: 

See this site: http://ajaxian.com/archives/lightboxjs-easy-image-overlays-with-javascript

Jouke van der Maas
thanks i done it.
Aamir
+1  A: 

use jquery there are many plugins to do it http://leandrovieira.com/projects/jquery/lightbox/ for example

Nir
A: 

google Lightbox

My Other Me
+2  A: 

Shouldn't be done with PHP alone, since you don't want to reload your page every time you click on an image. Google for lightbox and use an appropriate JavaScript library for client side effects :)

Tapdingo