Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Textarea problem with FireFox

Status
Not open for further replies.
What happens when you have a valid doctype and valid markup like
Code:
<style [b]type="text/css"[/b] 
textarea, input, select{font: 10px;font-family: Arial,"Trebuchet MS",Verdana,sans-serif}
</style>
rather than
Code:
<style>
textarea, input, select{font: 10px;font-family: Arial,Trebuchet MS,Verdana,sans-serif}
</style>


Greg
"Personally, I am always ready to learn, although I do not always like being taught." - Winston Churchill
 
I meant
Code:
<style type="text/css">
of course.

Greg
"Personally, I am always ready to learn, although I do not always like being taught." - Winston Churchill
 
Shouldn't that be....

font[!]-size[/!]: 10px

-George

Strong and bitter words indicate a weak cause. - Fortune cookie wisdom
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top