Log in

View Full Version : How to create an address bar like dynamic drive



pritamdulam
11-16-2010, 12:53 PM
HI,
I m newbie , I am trying to create an addreess bar like we have in this website


Dynamic Drive Forums > General Coding > CSS

like this.. and also I want a search box floating in right corner...
thanks in advance....
a code snippet will be help full...

djr33
11-16-2010, 02:46 PM
Those are called breadcrumbs and can be difficult to create if you aren't experienced with PHP (or whatever serverside language you are using). It might be possible to make them in Javascript, but that seems like approaching it backwards.
A search box is created using a form. Processing a search is much more difficult.
None of this is CSS specifically, though you may need to use CSS to style it to look nice.

You can find tutorials for all of this on http://google.com.