Does anyone know why this block of css causes error messages in IE to
blend in with the white background.When I highlight the invisible error
message with my cursor it then stays visible. Seems to work fine in
Firefox.
input, textarea {
clear: both;
display:block;
font-size: 14px;
font-family: inherit;
}
When I remove "clear:both" from the code block the error messages
become visible in IE but the Form Labels dissappear in Firefox. Do you
know how to fix this CSS?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Cake PHP" 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/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---