View Single Post
  #12 (permalink)  
Old 03-09-2008, 01:23 PM
getmea getmea is offline
WebProWorld Pro
 

Join Date: Aug 2006
Location: Cary, Illinois
Posts: 160
getmea RepRank 0
Default Re: Firefox problem in php

Dave:

Thanks for the tip! I installed the FF validator and I found the problem. I was missing an "=" sign in the <option> statements. Nothing too glaringly wrong when reviewing tons of HTML code. It was created as <option value "United States"...> instead of <option value="United States"...>. The validator also showed several other warnings which I will correct as well. I guess FF is less forgiving than IE

There are a lot of warnings related to "proprietary attributes" which FF converted to "style ..." attributes. 'll get those as well.

Thanks again!
John
__________________
Skateboards and iPods...what a combination!
http://www.getmea-skateboard.com
Reply With Quote