Link colour: for Current Page (NOT visited colour)

  • Johan007
  • Guru
  • Guru
  • User avatar
  • Joined: Sep 17, 2003
  • Posts: 1080
  • Loc: Aldershot, UK
  • Status: Offline

Post August 27th, 2004, 7:14 am

Anyone know how to make .css have a different colour for the page you’re on (NOT visited colour).

I can do it is .css so anyone know of JS solution and why don’t I see it used on other sites?
Read my Movie Reviews punk!
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post August 27th, 2004, 7:14 am

  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13455
  • Loc: Florida
  • Status: Offline

Post August 27th, 2004, 4:50 pm

Change the color for active links ?
Code: [ Select ]
a:active{color: #ff0000;}
a:active:visited{color: #cc0000;}
  1. a:active{color: #ff0000;}
  2. a:active:visited{color: #cc0000;}
Strong with this one, the sudo is.

Post Information

  • Total Posts in this topic: 2 posts
  • Users browsing this forum: No registered users and 170 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.