Hello,

Please can someone explain <div> to me once and for all!!??

Here's what I want to do.....

On my page I have a button, that when clicked on I want a new <div> to "open"/appear.

In more detail.....

On the page I have a whole lot of products listed within selectboxes. The user can now
choose any one of these products and add it to a shopping basket. My problem is that I have
so many products that a need for a "Quick Search" has arrised. So, above all these select
boxes I want a button saying "Quick Search" which when clicked on, moves all the select boxes
DOWN a couple of lines and shows an input text field where the user can enter a part of the
product he is looking for and a list of all matching products will be read from the DB and the
displayed.

In other words..... a bit of an "appearing"/"disappearing" act!!

Is this clear enough???

Thanks,
T