Re: [css-d] Making A Link Disappear When Revisited By A Reader

2011-06-10 Thread tedd
At 2:27 PM -0400 6/10/11, Fabienne wrote: I am writing a novelette and want to have two endings to the story. I also want to have the reader choose one answer and not be able to go back and read the one they did not choose later. So I want the link to the ending they did not choose disappear af

Re: [css-d] Making A Link Disappear When Revisited By A Reader

2011-06-10 Thread Brian Kardell
I believe mark is right with regard to the possibikity of that being ignored by newer browsers. Wow, that's good to know. On Jun 10, 2011 4:28 PM, G.Sørtun wrote: > On 10.06.2011 20:27, Fabienne wrote: >> So I want the link to the ending they did not choose disappear after >> they make their choi

Re: [css-d] Making A Link Disappear When Revisited By A Reader

2011-06-10 Thread G.Sørtun
On 10.06.2011 20:27, Fabienne wrote: So I want the link to the ending they did not choose disappear after they make their choice. You can use relative or absolute positioned links, and modify position and z-index to layer the visited link on top of the non-visited link. That way only the chos

Re: [css-d] Making A Link Disappear When Revisited By A Reader

2011-06-10 Thread Mark Richards
On Fri, Jun 10, 2011 at 14:54, Brian Kardell wrote: > Oh I see - I think I misread... Sorry :) But yes, I think the idea would > still be to use visited somehow. I don't think that what is described here > would necessarily work though - would it? I mean, if the one clicked were > on > the righ

Re: [css-d] Making A Link Disappear When Revisited By A Reader

2011-06-10 Thread Chris Blake
ur own adventure. Cool. Sincerely, Matthew P. Johnson 415.254.1563 Eco I.T. ecoitsf.com - Reply message - From: "Fabienne" Date: Fri, Jun 10, 2011 11:27 am Subject: [css-d] Making A Link Disappear When Revisited By A Reader To: I am writing a novelette and want to have two end

Re: [css-d] Making A Link Disappear When Revisited By A Reader-Response

2011-06-10 Thread Fabienne
That seems like the logical thing to do but it's actually the opposite of what I want to happen. I want the non visited one to disappear when they return to the page from which they choose. Somehow I can't figure out how to do that. ---Fabienne On 6/10/2011 2:37 PM, Brian Kardell wrote: Could

Re: [css-d] Making A Link Disappear When Revisited By A Reader

2011-06-10 Thread Brian Kardell
I don't see how a cookie changes it a lot... Generally speaking, aren't things "visited" as long as they are in the cache? Neither one goes across actual browsers (like FF to IE or Chrome)... You'd need a database/login for that kind of guarantee - but I get the impression that he's merely looking

Re: [css-d] Making A Link Disappear When Revisited By A Reader

2011-06-10 Thread Tim Climis
On Friday, June 10, 2011 2:37:38 pm Brian Kardell wrote: > Could you not use visited? > > a:visited{ > display:none; > } > No. that would be the exact opposite of what the OP wants. that would make the ending the reader chose inaccessible (and after choosing both endings, *all* endings i

Re: [css-d] Making A Link Disappear When Revisited By A Reader

2011-06-10 Thread Brian Kardell
t; On 11/06/2011, at 2:32 AM, i...@ecoitsf.com wrote: > > Choose your own adventure. Cool. >> >> Sincerely, >> >> Matthew P. Johnson >> 415.254.1563 >> Eco I.T. >> ecoitsf.com >> >> ----- Reply message - >> From: "Fabienne"

Re: [css-d] Making A Link Disappear When Revisited By A Reader

2011-06-10 Thread Chris Blake
that make sense? BR, CB On 11/06/2011, at 2:32 AM, i...@ecoitsf.com wrote: Choose your own adventure. Cool. Sincerely, Matthew P. Johnson 415.254.1563 Eco I.T. ecoitsf.com - Reply message - From: "Fabienne" Date: Fri, Jun 10, 2011 11:27 am Subject: [css-d] Making A Link

Re: [css-d] Making A Link Disappear When Revisited By A Reader

2011-06-10 Thread Brian Kardell
Could you not use visited? a:visited{ display:none; } On Fri, Jun 10, 2011 at 2:27 PM, Fabienne wrote: > > I am writing a novelette and want to have two endings to the story. I also > want to have the reader choose one answer and not be able to go back and > read the one they did not choose

Re: [css-d] Making A Link Disappear When Revisited By A Reader

2011-06-10 Thread i...@ecoitsf.com
Choose your own adventure. Cool. Sincerely, Matthew P. Johnson 415.254.1563 Eco I.T. ecoitsf.com - Reply message - From: "Fabienne" Date: Fri, Jun 10, 2011 11:27 am Subject: [css-d] Making A Link Disappear When Revisited By A Reader To: I am writing a novelette and wa

[css-d] Making A Link Disappear When Revisited By A Reader

2011-06-10 Thread Fabienne
I am writing a novelette and want to have two endings to the story. I also want to have the reader choose one answer and not be able to go back and read the one they did not choose later. So I want the link to the ending they did not choose disappear after they make their choice. How would I