Display problem
am 11.11.2007 23:49:51 von Richard
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?
Re: Display problem
am 12.11.2007 00:23:03 von dorayme
In article ,
richard wrote:
> http://littleworldofours.com/1960/table1.html
>
> So that you can see better what it is I'm working on.
What are you working on? Why is there a calendar there at all?
--
dorayme
Re: Display problem
am 12.11.2007 03:11:15 von Bone Ur
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='bloc k'"
(-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.
Re: Display problem
am 12.11.2007 13:57:55 von Richard
On Mon, 12 Nov 2007 02:11:15 +0000 (UTC), Bone Ur wrote:
> 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='bloc k'"
> (-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.
Re: Display problem
am 12.11.2007 17:53:25 von Bone Ur
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='bloc k'"
>> (-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.