Jump to content

mallorca

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by mallorca

  1. Hello

    Im having a little trouble making a picture appear when hovering over a text

    the simple html im using came from another online blog

     

    it works however the picture is transparent ---- How can i stop the transparency ?? so you cannot you can see my underneath map & labelling

     

    </head>
    <body>
    <div class="Object0"><img src="files/Samed Island Map_no bay names %281%29.jpg" alt="" width="1023px" height="1548px"></div><br/>
    </span></div>
    <br/>
    <style type='text/css'>
    a img { display:none; }
    a:hover img { display:block;}
    </style>
    <div class="Object1">
    <a href="#">Ao Noi Na<img src="files/ko-samet-map600.gif"/></a><br/>
    </span></div>
    <style type='text/css'>
    a img { display:none; }
    a:hover img { display:block; }
    </style>
    <div class="Object2">
    <a href="#">Ao Klang<img src="http://www.banphe.net/files/newmermaid.jpg"/></a>
    </span></div>
    i have a test page im using: http://www.banphe.net/newmap.html
    Any help would be greatly received, please keep it simple so i can understand it - newbie to this
    Thank You
    Phil
×
×
  • Create New...