Yeah I tried that first and it appears that if I have fewer than say 10
options they don;t show up. I don;t know what it could be.

-----Original Message-----
From: Adrian Lynch [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 11, 2004 11:43 AM
To: CF-Talk
Subject: RE: select form element and MX6.1

Try taking the styles out of the equation see if that's the problem. Or
even
better, start from the beginning and add bits one at a time till it
breaks
again.

Ade

-----Original Message-----
From: Jeremy [mailto:[EMAIL PROTECTED]
Sent: 11 February 2004 16:22
To: CF-Talk
Subject: select form element and MX6.1

Why would this code not show the options when they are selected on a mac
in IE.

<select name="getclient" class="copyform" style="width: 235px; border:
1px solid #000000;">
<option value="0" class="copy">CLIENT
NAME&nbsp;&nbsp;|&nbsp;&nbsp;password</option>
<option value="0"
class="copy">--------------------------------------------------</option>
<cfoutput query="selectclients">
<option value="#cid#"
class="copy">#UCase(cusername)#&nbsp;&nbsp;|&nbsp;&nbsp;#cpassword#</opt
ion>
</cfoutput>
</select>

It works just like it should on any pc, but in IE on the mac after you
select the drop down you get blanks, until you select something. But you
can't see it until after you select. not ver user friendly. Any help
would be appreciated. I am using MX 6.1 by the way should that make a
difference.

Jer
  _____
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to