Sorry for being of topic, but I'm having great difficulty with this...

The following code does NOT use a single border around the combo box as I
would have expected. Any ideas as to why not?

/* index.html */
<select name="a" style="border:solid 1px black;">
<option value="1">1</option>
</select>

--
Alan McFarlane



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to