Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

HTML Email Image link issue in Mac Mail

Featured Replies

Ok So i'm doing a favor for another designer... an HTM email new letter... It's all images... I know!!!!

 

So that said I've got it working in Thunderbird, Google mail and Windows Mail Live, but in Mac mail I have an issue, the links, which are images, don't have a hover state for the cursor. So the links work fine but when you rollover one the the cursor doesn't change (into the white pointing hand).

 

Anyone know why this might be... It's not a app setting as other HTML email s work fine.

 

html is here: http://www.blardy.co.uk/spiffingnews/may.html

 

Cheers

On th eweb page I can see the hand symbol in IE9 and Firefox over Facebook icon and the red circle linked to how-much.asp and others. If the hand doesn't show in a Mac the code {cursor:pointer;} is for a hand pointer but as you have coded a map with coordinates I'm not sure where or how to code the style as there isn't an "a" attribute to code. You could try giving the <area> a class with cursor: pointer; but I'm not sure if it will work.

 

I haven't got a Mac, but I tried an inline style for an image map that I have and added a style for cursor; wait: to see if it changed from a hand pointer, and it did (while the other place still had the default hand). I used an inline style for speed but a class should work:-

<map  id="swans" name="swans">

<area style="cursor: wait;" shape="rect" 
href="introduction.php" coords="10,1,75,30" alt="Male 
swan link to Introduction">

<area shape="rect" href="generaladvice.php" 
coords="95,20,170,50" alt="Female swan link to General 
Advice">

</map>

<img usemap="#swans" src="images/swans200x50.jpg" 
alt="swans"> 

Edited by Wickham

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.