Linda, You could probably do that with an onclick. When someone
clicks, change the bgcolor of the cell.

pseudo code...

function chColor(tdName) {
   document.getElementById(tdName).style.backgroundColor ="white";
}


<table><tr>
<td id="td_1" onclick="chColor('td_1')" >Stuff in the cell</td>
</tr></table>


On Nov 30, 4:06 pm, anmldr <[EMAIL PROTECTED]> wrote:
> This is to ask another similar question.
>
> I have a link in each cell of a table.  I would like to highlight the
> whole cell rather than just the link.
>
> Is there another webkit call that would do this?
>
> Thank you,
> Linda
>
> On Nov 26, 7:27 pm, wayne <[EMAIL PROTECTED]> wrote:
>
>
>
> > To disable tap highlight for an element add to its style
> > the following CSS tag:
>
> >     -webkit-tap-highlight-color:rgba(0,0,0,0);- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to