English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How does this work? Any ideas on any tutorials on how to do this:

http://www.phpthrowdown.com/

then click on search


Cheers

2007-03-25 03:19:02 · 4 answers · asked by jeff lemon 1 in Computers & Internet Programming & Design

4 answers

Assuming you are referring to the way the screen is dulled out back while the search box appears.

I would refer to the tech as Dynamic HTML, or DOM Scripting. Fundamentally it is the manipulation of HTML and CSS through JavaScript. [ NOT Java * ]

If you understand HTML, CSS & Javascript, you will be able to design your own way of achieving this affect. Otherwise, just lift the source code directly from that website. It is referring to itself as "lightbox" and is storing various bits of code in external files: such as http://phpthrowdown.com/wp-content/themes/v2-kiwi-10/js/lightbox.js

* Do not confuse Java with JavaScript. there is next to no similarity beyond the name:
http://en.wikipedia.org/wiki/Javascript#Related_languages

2007-03-25 04:03:28 · answer #1 · answered by Fabian 2 · 2 0

Its easy.
In DHTML
You can fade the whole page and show or hide a layer by using simple commands
For Tutorial on DHTML images go here
http://www.w3schools.com/dhtml/dhtml_examples.asp
Use Internet Explorer

1. Make your page with layers
2. Have a layer that has search code in it but by default it is now shown
3. When user click on search you change light of all other layers,
3. An easy way is to create a black layer with transparency 50% and make it invisible by default. Create it behind the search layer.
4. When user clicks on search button you will show the search layer and the one that is black with transparency 50%. This will create the same affect.

There are many other ways as well. Have a look at other samples of light for layers

2007-03-29 07:22:20 · answer #2 · answered by Nomee 2 · 0 0

Just google a search for web site creation tutorials.

2007-03-25 12:40:49 · answer #3 · answered by nc_hull 3 · 0 2

ah that's a bit of java - I've seen it on a few sites but haven't been able to find where it's from yet - hopefully someone else will know - look forward to the answer!

2007-03-25 10:22:12 · answer #4 · answered by circusmort 5 · 1 1

fedest.com, questions and answers