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 | password</option>
<option value="0"
class="copy">--------------------------------------------------</option>
<cfoutput query="selectclients">
<option value="#cid#"
class="copy">#UCase(cusername)# | #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]

