Hi

I've been experimenting with :focus on form elements (input & textarea) at http://www.bhatt.id.au/contactus.php , but have struck a strange problem where the change in background-color on focus works on all but one element ( #full_name ) in Firefox & Opera.

Of course in IE theres no difference either way as it doesnt support :focus but thats another matter

The relevent css is below, the html can be seen by viewing the source of http://www.bhatt.id.au/contactus.php

#contactus #full_name, #email_address, #referral, #phonenumber_website, #inquiry
{
background-color: #0099ff;
color: #000000;
}


#contactus input:focus
{
  background-color: #ffffff;
}

#contactus textarea:focus
{
  background-color: #ffffff;
}

I have validated the XHTML and CSS code and it is fine so im scratching my head over this one...

--
Neerav Bhatt
http://www.bhatt.id.au
Web Development & IT consultancy
Mobile: +61 (0)403 8000 27

http://www.bookcrossing.com/mybookshelf/neerav
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************




Reply via email to