----- Original Message -----
> To make my select boxes pretty the first <option> tag is a line with
> no value: <option>--------------------------------</option> which forces
all
> the boxes to be the same width.

The problem might be solved by setting a default width for the select box.
If your target client has a browser capable of using style sheets you could
try something like:

<select name="game_name" size="1" style="width: 50mm">
            <option>Quake II</option>
            <option>Monkey Island</option>
            <option>etc....</option>
</select>

The problem with this would be if the client set their font size smaller or
larger... thus opening a bigger can of worms (or more billable hours
depending on how you look at it)


: David Nesbitt
: Web Production Specialist (ColdFusion)
: (e) [EMAIL PROTECTED]
: Ottawa, ON Canada




------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to