Im 14 yrs old and just make web sites for fun really, i use html css and java script at the moment but im just starting java. I live in Exeter in the uk. That me basicly.
My first question is-
Using css I've made a visible and hidden layer. Using Js i want to make the hidden layer visible by clicking on the visible layer.
I have tryed this:
<div id="box1" <a href="javascrip t:showLayer('bo x5');">
<span class="1"><cent er>Places to go</center></span>
</div> </a>
Box5 being the hidden box.
Any replises will be much appreichated and im sorry if this seems really simple.
My first question is-
Using css I've made a visible and hidden layer. Using Js i want to make the hidden layer visible by clicking on the visible layer.
I have tryed this:
<div id="box1" <a href="javascrip t:showLayer('bo x5');">
<span class="1"><cent er>Places to go</center></span>
</div> </a>
Box5 being the hidden box.
Any replises will be much appreichated and im sorry if this seems really simple.
Comment