<Reply>

Hey there,

This is the solution for setting the width of your select-box (which
I think you want to do):

<SELECT width="200" style="width: 200px;">
 ---options here---
</SELECT>

The width-attribute sets the width in NS, while the style-attribute
sets the width in IE. Don't you just love this kind of
compatibility?!?! Anyway... using both attributes makes sure the
select-box is shown with the same width in both browsers.

</Reply>

-- 

* R&zE:


-- »»»»»»»»»»»»»»»»»»»»»»»»
-- Renze Munnik
-- DataLink BV
--
-- E: [EMAIL PROTECTED]
-- W: +31 23 5326162
-- F: +31 23 5322144
-- M: +31 6 21811143
--
-- Stationsplein 82
-- 2011 LM  HAARLEM
-- Netherlands
--
-- http://www.datalink.nl
-- ««««««««««««««««««««««««

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to