Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: • What is this?

by pelagic (Priest)
on Jul 12, 2004 at 09:05 UTC ( [id://373568]=note: print w/replies, xml ) Need Help??


in reply to Re^2: • What is this?
in thread • What is this?

... and I do it exactly the same way with that in my personal css:
a:visited {color: #008000;}
With Opera you can define the time how long you want to mark links as visited ...

pelagic

Replies are listed 'Best First'.
Re^4: • What is this?
by Your Mother (Archbishop) on Jul 12, 2004 at 20:37 UTC

    And getting a bit crazy with it (and pointless since it wouldn't be searchable by anything but eye) the PM gods could add "author" attributes into "a" tags:

    <a href="http://perlmonks.org/index.pl?node_id=323154" author="323154">A Marlin is, A Merlyn isn't</a>.

    This will work on browsers that properly support CSS2:

    a[author="323154"]:before { /* unicode bullet */ content:'\2022 '; }
Re^4: &#8226; What is this?
by allolex (Curate) on Jul 13, 2004 at 15:57 UTC

    This has a pretty interesting effect:

    /* id=3628 is Newest Nodes */ #3628 .main_content a:visited { visibility: hidden; }

    --
    Damon Allen Davison
    http://www.allolex.net

Re^4: &#8226; What is this?
by greenFox (Vicar) on Jul 14, 2004 at 01:54 UTC

    " ... and I do it exactly the same way with that in my personal css"

    Yep that's what I do. And it's brittle for all the reasons I gave.

    "With Opera you can define the time how long you want to mark links as visited ..."

    And you can in Firefox too.

    --
    Do not seek to follow in the footsteps of the wise. Seek what they sought. -Basho

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://373568]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-24 05:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found