Posted by Bone Ur on 11/12/07 16:53
Well bust mah britches and call me cheeky, on Mon, 12 Nov 2007 12:57:55
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.
>
> I've done that before. Works ok for smaller pages and not quite as
> much text as I plan on. One approach I was looking at was to just have
> a link that would bring up a small window with the calendar on it. But
> that would require a file for each item and a lot of work. I may see
> about doing something in PHP as I know a lot of people turn JS off.
Sounds like a good idea. I believe it'd be easy in php as a lot of things
are.
--
Bone Ur
Cavemen have formidable pheromones.
[Back to original message]
|