I have just switched browsers and started using Google Chrome.
It seems much faster than IE, but I have a few issues with my website.
The first one, probably a simple one, is that Chrome does not recognise an anchor, on one of my pages I have a link saying:
<a href="media.htm#NSV0403">here</a>which, in Internet Explorer used to send the visitor to the page 'media.htm', and straight to the anchor called 'NSV0403'.
The code for the anchor on the page 'media.htm' looks like this:
<a name="#NSV0403"></a>
But, now, in Google chrome, when a visitor clicks the link, he/she is still sent to the 'media.htm' page but is left at the top of the page, while Internet Explorer used to take the visitor to the anchor.
Then, a second issue:
On one of my pages I have an embedded piece of music, which, in Internet Explorer used to show a Quicktime control to turn the music off if desired, and/or to adjust the volume.
The code for that is as follows:
<div align="center"><embed src="Music/Klokkeroeland.mp3" width="150" height="15" align="center" loop="true" autostart="true"></div>In Google Chrome, the music still plays, but there is no control bar to switch the music on/of ot control the volume.
Oddly enough, all I see is a scrollbar, which does not reveal anything when I slide it into either direction.
Can anyone help me so I can make my page display properly in Google Chrome too, or even in aal browsers?
I will be extremely grateful for any advice offered.














