Page 1 of 1

Is this PHP?

Posted: Sat Jan 31, 2009 9:35 pm
by dottzilla
I am trying to find out what script was used for the photo galleries on realtor.com as seen here http://www.realtor.com/realestateandhom ... 1102397665
if you click on the "See all photos" option.

Does anyone know this script or if it's available for public use?

Thanks!

Re: Is this PHP?

Posted: Sat Jan 31, 2009 10:56 pm
by wpsd2006
check the extension name ofcourse its aspx
people only use one kind of language to develop the front page ( asp or php or jsp or .... )

it's done via javascript

it's easy to this kind of stuff ( using a div layer will be able to produce it [ with z-index option ] )
your web layer > a transparent div layer > and the new menu layer

when you click something on weblayer in this case show all photo it will trigger the transparent div layer ( display to block )
which cover all the web layer than show the new menu layer ... just like that