[thelist] Removing link colors

Burhan Khalid thelist at meidomus.com
Sun Mar 27 00:00:39 CST 2005


Steve Clason wrote:
> On 3/26/2005 8:28 PM Chris Kavanagh wrote:
> 
>> Thanks to Steve and Mark, who are both up very late: it helps my 
>> morale.  I should have been clearer: I want to set the links to have 
>> no colour at all: I can't predict what colour the text will be (it's 
>> coming from a database), so I can't set it to black.  Is that possible?
> 
> 
> Still pretty early in Colorado, but I WILL be up late. Try this:
> 
> <span onclick="window.location='index.html';">ipsum</span>
> 
> The cursor won't change to a pointy finger so there won't be any 
> indication when the user is hovering over the "link", but still...

You can get the pointy finger thing using CSS though:

<span onclick="window.location='index.html';" 
style="cursor:hand">ipsum</span>

However, I don't think this is 100% cross browser.



More information about the thelist mailing list