licentious radio

April 2003
Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30      
Mar   May

   Click here to visit the Radio UserLand website.
   Click to see the XML version of this web page.


"What kind of peace do I mean? What kind of peace do we seek? Not a Pax Americana enforced on the world by American weapons of war. Not the peace of the grave or the security of the slave. I am talking about genuine peace, the kind of peace that makes life on earth worth living, the kind that enables men and nations to grow and to hope and to build a better life for their children - not merely peace for Americans but peace for all men and women - not merely peace in our time but peace for all time." -- JFK
 
Home | Stories | Politics/Humor | Web Usability/Humor | ipaq 3800 Linux | RadioRadio | Typography | About | Contact
RadioRadio
Monday, April 7, 2003
[2:31:54 PM]     
A little problem with the tabs at the Google search engine....

Problem: mouse cursor changes over the tabs, but only the text is clickable.

This is actually *very* bad usability... needlessly tricking people. (This affects Gecko -- Netscape/Mozilla...-- browsers, and at least IE 5 -- windows and Mac.)

Solution: Add to the .q styles (the 'a' tags in the tabs):

width: 100%; display: block

With the width at 100% of the table cell, the entire tab is clickable. Gecko browsers need "display:block", though IE5win doesn't.

When the entire tab is clickable, you don't need the cursor style in 'td' tag for each tab:

style=cursor:pointer;cursor:hand;

That way you even save a few bytes. (Even if you don't add the CSS for the "q" class, you should take out the cursor styles.)

You could also add "width: 100%; display: block" to the style for tabs on the news page (.d).



Copyright © 2003 Licentious Radio.
Last update: 5/3/03; 1:01:45 PM.