RE: [WSG] IE Issue: focus not set on image buttons within a floated div

2006-10-20 Thread Richard Ishida
I don't know if it's actually related or not, but we had to change our pages to work on IE7. See for example http://www.w3.org/International/articles/language-tags/ The stuff floated to the right (ie. that column) was only partially visible and you couldn't click inside the search field or on

[WSG] IE Issue: focus not set on image buttons within a floated div

2006-10-03 Thread Ruiz, Kevin
I have two image buttons that are not displaying a focus indicator in IE...this works fine in Firefox.The culprit seems to be the fact that both are within a div that's floating. Does anyone know a way around this. My client has made an issue of the fact that a user cannot seea visual

Re: [WSG] IE Issue: focus not set on image buttons within a floated div

2006-10-03 Thread John Faulds
Is it not due to IE not using :focus like other browsers? To get it to accept :focus on buttons, you'd need to use javascript. A bit hard to tell though without seeing any code or a link. On Wed, 04 Oct 2006 04:26:32 +1000, Ruiz, Kevin [EMAIL PROTECTED] wrote: I have two image buttons that

Re: [WSG] IE Issue: focus not set on image buttons within a floated div

2006-10-03 Thread Christian Montoya
On Wed, 04 Oct 2006 04:26:32 +1000, Ruiz, Kevin [EMAIL PROTECTED] wrote: I have two image buttons that are not displaying a focus indicator in IE...this works fine in Firefox. The culprit seems to be the fact that both are within a div that's floating. Does anyone know a way around this. My