/    Sign up×
Community /Pin to ProfileBookmark

Select dropdown display issue on Mac IE

I know hardly anyone with a Mac actually uses IE but it’s a requirement that our site works with IE for Mac,

We’re having a problem with a select dropdown (Code below)

Basically, the options with £ 2.00 in them are not displaying, instead just white space appears, when you click on the white space the selected card name does appear…

I know it’s related to the £ symbol and have tried replacing it with
the appropriate code but the effect is the same.

Any suggestions? This is quite urgent.

[code=html]<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”>
<html>
<head>

<meta http-equiv=”content-type” content=”text/html; charset=UTF-8″ />
</head>

<body>
<select name=”Scheme”>
<option value=”XX”>Please Select (surcharge may apply)</option>

<option value=”VD”>Visa Delta/Debit (no surcharge) </option>

<option value=”SW”>Switch/Maestro (no surcharge) </option>

<option value=”SO”>Solo (no surcharge) </option>

<option value=”VI”>Visa (£ 2.00) </option>

<option value=”CA”>MasterCard (£ 2.00) </option>

<option value=”JC”>JCB (£ 2.00) </option>

<option value=”DC”>Diners Club (£ 2.00) </option>

<option value=”AX”>American Express (£ 2.00) </option>

<option value=”TP”> Airplus/UATP (£ 2.00) </option>
</select>
</body></html>[/code]

to post a comment
HTML

1 Comments(s)

Copy linkTweet thisAlerts:
@JoeCullenAug 15.2005 — Put a char set meta tag on and do the &... whatever it is, sorry dont know the signs off the top of my head. Failing this you could always put Pounds inseats of £.
×

Success!

Help @Angie_P spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.20,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...