Posted by Bone Ur on 11/12/07 02:11
Well bust mah britches and call me cheeky, on Sun, 11 Nov 2007 22:49:51
GMT richard scribed:
> http://littleworldofours.com/1960/table1.html
>
> So that you can see better what it is I'm working on.
>
> What I would like is to display the calendar section after a user
> clicks on a link. Perhaps in a display block way. Just so that the
> calendar doesn't look so overpowering.
>
> Any ideas?
The easiest way I can think of is to use javascript - something like (on
the link) onclick="document.getElementById('nexttable1').display='block'"
(-from display:none).
You _may_ be able to use the css pseudo-property :visited if you design the
page carefully enough. I've done similar with simple images.
--
Bone Ur
Cavemen have formidable pheromones.
[Back to original message]
|