Click to See Complete Forum and Search --> : Visible/invisible divs


london
10-22-2005, 04:19 PM
Hi everyone, im new to the board.

Im looking around still for a way to make one div visible at a time, so with a click of a link, the div with the link inside it disapears and the new div replaces it at its exact location.

i've seen this done at one website but can't find it right now, still searching, any help with this is awsome.

Thanks in advance.

Dave.

london
10-22-2005, 04:31 PM
i know there would be an onlick event and that kind of thing but ...

I'm just beggining to really start studying java and dhtml and the like ...

Any help will do.

Thanks all.

Dave.

littlepd
10-22-2005, 05:13 PM
i know there would be an onlick event and that kind of thing but ...

I'm just beggining to really start studying java and dhtml and the like ...

Any help will do.

Thanks all.

Dave.


"an onlick event"

Boy, if everyone else knew how much fun we developers have...

london
10-22-2005, 05:34 PM
haha, look,maybe there's a script out there that someone knows about, i have searched but can quite figure out the keywords ...

i know i want one box visible at a time but both boxes in the exact same location...

oh, ya, once a person clicks a clink, (obviously) haha

Ok thanks,

Dave.

Kravvitz
10-22-2005, 06:58 PM
Look at these. (http://www.google.com/search?q=JavaScript+show%2Fhide+script+-site%3Adynamicdrive.com)

I tend to write a custom one whenever I want one.

london
10-23-2005, 08:30 PM
Look at these. (http://www.google.com/search?q=JavaScript+show%2Fhide+script+-site%3Adynamicdrive.com)

I tend to write a custom one whenever I want one.


Danke. That's a direction.


Can anyone tell me what the ' > ' symbol is for in the following css ?

#header > ul a {
width: auto;
}


Any help is appreciated.

Dave.

Kravvitz
10-25-2005, 04:37 PM
You're welcome :)

That's child selector. (http://www.w3.org/TR/REC-CSS2/selector.html#child-selectors) IE6 doesn't support it.