Image is not clickable..please help!!

Discussion in 'CSS' started by richardcomeout, May 2, 2010.

  1. #1
    I have coded an image to be clickable, but its not clickable.
    
    <div class="quicknav">
    <div class="wrapper">
    <div class="livesupport">
    
    <a href="http://google.com"><img src="images/phone.png"></a>
    
    </div></div></div>
    Code (markup):
    CSS code
    
    .livesupport {
    	position: absolute;
    	top:15px;
    	right:-5px;
    	padding:1px 0 0 0;}
    .quicknav {
    	width: 100%;
    	height: 0px;
    	background: #fff;
    	border-bottom: 1px solid #c8c8c8; }
    
    .quicknav a { color:#9a9a9a; }
    .quicknav a:hover {	color:#343434; }
    .wrapper {
    	position: relative;
    	width:977px;
    	margin: 0 auto; }
    Code (markup):
    Thanks in advance!!
     
    richardcomeout, May 2, 2010 IP
  2. mrukjames

    mrukjames Peon

    Messages:
    66
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi, I have tried your code with a local image on my computer and it works fine. So maybe check the image file and path of phone.png. Unless there is some other factor that is making it not work.

    May you find a solution soon...
     
    mrukjames, May 2, 2010 IP
  3. karthimx

    karthimx Prominent Member

    Messages:
    4,959
    Likes Received:
    127
    Best Answers:
    2
    Trophy Points:
    340
    #3
    try to give some z-index for livesupport css andd see how it works.
     
    karthimx, May 3, 2010 IP
  4. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #4
    Can you post a link to preview please?
     
    radiant_luv, May 3, 2010 IP
  5. aprillins

    aprillins Greenhorn

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #5
    it is weird it is looks fine .. works for me..
     
    aprillins, May 6, 2010 IP