Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS map images on safari

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #40297
    meri
    Member

    hi there!
    I am having a bit of a problem with a map image which happens to be absolutely useless in safari, It works on any other browsers, it is just safari… I have tried 4 different examples and It would just keep the same. So
    here is my html: ( each line begins with <)
    ///////

    a href=”#” class= “menu”>
    image with all the tags and measurements>
    span> <_img src="images/nav-icons.png" border="0"_ usemap="#Map" map>
    map name=”Map” id=”Map”>
    area shape=”contact” coords=”30,11,144,43″ href=”contact_venisha.html” title=”contact” alt=”contact”/>

    area shape=”bio” coords=”184,10,281,44″ href=”bio_venisha.html” title=”bio” alt=”bio”/>

    area shape=”shop” coords=”315,13,407,42″ href=”venisha_shop_working.html” title=”shop” alt=”shop”/>
    /map>
    /span>
    /a>

    ///////
    and here is my css:

    .menu span
    { /* zoom picture*/
    position:absolute;
    visibility: hidden;
    top: 15px;
    left: 0px;
    height:51px;}

    .menu
    {
    position:fixed;
    top: 15px;
    left: 200px;
    height:61px;}

    .menu:hover
    { z-index: 1;}

    .menu:hover span
    { visibility: visible;
    top: 3px;
    left: -15px;
    height:51px;
    z-index: 1;}

    ///////

    thanks for your time and your brains!

    #111856
    meri
    Member

    the black area is not displaying the html in full, here it goes again



    contact bio shop


    #111857
    Senff
    Participant

    Share it on Codepen: http://codepen.io

    #111858
    meri
    Member
    #111860
    Senff
    Participant

    It’s not about the code itself, we’ll need to see it in action. By putting it on Codepen, we can test it ourselves and see what’s wrong. Will save us a little bit of trouble, thanks!

    #111861
    meri
    Member
    #111862
    meri
    Member

    thanks

    #111864
    Paulie_D
    Member

    It won’t work unless you actually provide valid image links.

    http://codepen.io/merikiterunner/pen/uLJwb

    Frankly the whole thing screams for a sprite..based on what I can see now.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘CSS’ is closed to new topics and replies.