HTML5 MP3 Player Support Product Page

Answered

In Internet Explorer the Vista skin doesn't display correctly

Asked 14 Feb 2012 18:17:59
1
has this question
14 Feb 2012 18:17:59 Clare Richardson posted:
I can't get the html5 mp3 player Vista skin to display properly in Internet Explorer. It looks fine in all other browsers but on all Explorer versions it doesn't.

Can you please have a look at www.ericwoolfsonmusic.com/draft/Gaudi/audio.html and let me know how I can fix this please? (This is a draft version of the site so I am aware that some of the other linked pages are incomplete)

Many thanks for your help

Replies

Replied 15 Feb 2012 07:38:18
15 Feb 2012 07:38:18 Vulcho Vulev replied:
Hello Clare Richardson.

Can you please take a look at your codings , seems like there are multiple errors on that page and IE9 starts in quirks mode.

For example :
It would be better to use UTF-8 encoding when you begin bilding your website:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>


You missed also to close </head> tag.

e.t.c

Best Regards: V.Vulev.
Replied 15 Feb 2012 11:44:21
15 Feb 2012 11:44:21 Clare Richardson replied:
Many thanks for the speedy reply.

I am planning on rebuilding this site soon anyway as the code is so ancient (6-7 years'old) so hopefully it will work ok then.

Reply to this topic