swee'pea99
Squire
An odd one, this. I discovered quite by chance that the mailto links on my site were working fine in Internet Explorer, but not in Firefox or Opera (doubtless Chrome and Safari too - I don't have them). You float the cursor over, nothing happens.
The basic code is fine - <a href="mailto:mail@mysite.com">mail@mysite.com</a>, and other sites using exactly the same coding produce my default Outlook Express popup as they should, in any browser.
After a lot of head-scratching and poking around, I've zero'd in on the tags surrounding the link. In order to put it where I want on the page (and with the right attributes) I've given it its own div in the stylesheet. So the full line is:
<div id="mail"><a href="mailto:mail@mysite.com">mail@mysite</a></div>
Sure enough, if I delete the <div id="mail"> and </div> tags, the link works fine. But of course it ends up in the wrong place, wrong appearance, all that.
Has anyone come across this problem? Better yet, anyone know of a solution? Thanks if you can help.
The basic code is fine - <a href="mailto:mail@mysite.com">mail@mysite.com</a>, and other sites using exactly the same coding produce my default Outlook Express popup as they should, in any browser.
After a lot of head-scratching and poking around, I've zero'd in on the tags surrounding the link. In order to put it where I want on the page (and with the right attributes) I've given it its own div in the stylesheet. So the full line is:
<div id="mail"><a href="mailto:mail@mysite.com">mail@mysite</a></div>
Sure enough, if I delete the <div id="mail"> and </div> tags, the link works fine. But of course it ends up in the wrong place, wrong appearance, all that.
Has anyone come across this problem? Better yet, anyone know of a solution? Thanks if you can help.