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 any link.
 
The solution was to simply remove the font-style: italics CSS applied to the
word 'Internationalization'. 
 
I have no idea how that helped, but that's the story for what it's worth.
 
RI
 



Richard Ishida
Internationalization Lead
W3C (World Wide Web Consortium)

http://www.w3.org/People/Ishida/
http://www.w3.org/International/
http://people.w3.org/rishida/blog/
http://www.flickr.com/photos/ishida/


 




From: listdad@webstandardsgroup.org
[mailto:[EMAIL PROTECTED] On Behalf Of Ruiz, Kevin
Sent: 03 October 2006 19:27
To: wsg@webstandardsgroup.org
Subject: [WSG] IE Issue: focus not set on image buttons within a
floated div


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 see a visual
indicator of focus when the user has tabbed to either of the buttons.
 
 

Kevin Ruiz 
Web Designer 

First Data Government Solutions 
11311 Cornell Park Drive, Suite 300 
Cincinnati, OH 45242 
p: 513.489.9599 x293 
f: 513.489.6521 
[EMAIL PROTECTED] 
www.govconnect.com 

 

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*** 




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[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 indicator of focus when the user has 
tabbed to either of the buttons.


Kevin Ruiz Web Designer 
First Data Government Solutions 11311 Cornell Park Drive, Suite 300 Cincinnati, OH 45242 p: 
513.489.9599 x293 f: 513.489.6521 
[EMAIL PROTECTED] www.govconnect.com 


***List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfmUnsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfmHelp: [EMAIL PROTECTED]***


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 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 see a  
visual indicator of focus when the user has tabbed to either of the  
buttons.


Kevin Ruiz
Web Designer

First Data Government Solutions
11311 Cornell Park Drive, Suite 300
Cincinnati, OH 45242
p: 513.489.9599 x293
f: 513.489.6521
[EMAIL PROTECTED]
www.govconnect.com



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***




--
Tyssen Design
Web  print design services
www.tyssendesign.com.au
Ph: (07) 3300 3303
Mb: 0405 678 590


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



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 client has made an issue of the fact that a user cannot see a
 visual indicator of focus when the user has tabbed to either of the
 buttons.


Please expand...

1. Does the focus appear when the div is not floated?

2. Are you using input or button?

As mentioned before, :focus doesn't work in IE 6 and below, but I'm
not sure if that is actually your problem.

--
--
Christian Montoya
christianmontoya.com ... portfolio.christianmontoya.com


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***