Link to home
Start Free TrialLog in
Avatar of Richard Korts
Richard KortsFlag for United States of America

asked on

FireFox Select Issue?

Please look at http://www.tchristy.net/sales_reps.php

Note that in FireFox, there is noting to select in the select pulldown.

In IE, it works fine.

What is wrong with the <select>?

I'm using FireFox 6.0.2
ASKER CERTIFIED SOLUTION
Avatar of dmeeren
dmeeren
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Richard Korts

ASKER

Sorry, I was stupid!
Avatar of Hagay Mandel
Check your HTML you have excessive closing div tags:

at the end of the option list, after the closing select and closing h2, remove the closing div.
......
          <option value="WA">Washington</option>
          <option value="WI">Wisconsin</option>
        </select>
      </h2>
      </div> - REMOVE