[thelist] simple css help

Shawn K. Quinn skquinn at speakeasy.net
Mon Oct 31 14:34:21 CST 2005


On Sun, 2005-10-30 at 16:01 +0100, gruppenfreizeit wrote:
> Hello,
> 
> The td should be activated with the innerText. When something is high
> lighted the user believes it's clickable, so it should be. And forget the a link.
> 
> So I suggest an onclick, onmouseover and onmouseout event inside the td.
> onmouseover ="chgColor('white','black')"
> onmouseout="chgColor('black','white')"
> onClick="redirect('to the link target')"
> //optional ondblClick="open_another_window_to_my_page( :) )"

Do you do any testing of your sites in browsers with Javascript
disabled? Apparently not.

You need the A link there, as that is the only way non-Javascript
browsers can access the content, and the only way that works 100% of the
time.

-- 
Shawn K. Quinn <skquinn at speakeasy.net>




More information about the thelist mailing list