How i can make clickable background

Discussion in 'HTML & Website Design' started by devilx, May 23, 2012.

  1. #1
    How i can make clickable background advertising ? left ads and right ads?
     
    devilx, May 23, 2012 IP
  2. neha.sharma

    neha.sharma Greenhorn

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #2
    well i can help you, just need to know what exactly you want to use in the background - an image or just a background color?
     
    neha.sharma, May 23, 2012 IP
  3. devilx

    devilx Active Member

    Messages:
    266
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    88
    #3
    i want use ready script code or image.. and only banner 160x600 and not fixed , i want scroll
     
    devilx, May 23, 2012 IP
  4. Dronoid

    Dronoid Greenhorn

    Messages:
    23
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    23
    #4
    @devilx : Can you provide some draft of areas that you want to be clickable ? One pictures says more than 1000 words. Overlaying transparent <a> tag is perfect working solution but sometimes requires some scripting depending of the layout. It is hard to give you precise directions if we have so little details. A picture with scheme of areas ( content, clickable areas ) or code ( at least link to the webpage) will be welcome.
     
    Dronoid, May 25, 2012 IP
  5. Klwo

    Klwo Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    <a><img src="yourimagesource"/ width="#" height="#"></a>

    :confused: I dunno is this will help you out.
     
    Klwo, May 27, 2012 IP
  6. trimi

    trimi Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    It's simple ::

    <html>
    <head>
    <title></title>

    <style type="text/css">

    /* to posite the adv. */


    a.advertisement img {

    position:absolute; top:0px; left:0px; /* this posite the adv. to left */
    height:100%;
    width:300px;

    /* to style it use these code */


    box-shadow:0px 0px 4px -1px black, inset 0px 0px 1px 0px white;
    border-radius: 5px;

    }



    </style>

    <body>



    <a class="advertisement" href="your link" ><img src="adv~image"/></a>



    </body>
    </html>
     
    trimi, May 29, 2012 IP
  7. richardm55

    richardm55 Active Member

    Messages:
    762
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    65
    #7
    I don't understand the sense of using click-able background image.
     
    richardm55, Jun 1, 2012 IP
  8. V3King

    V3King Active Member

    Messages:
    68
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    50
    #8
    In My View You Should Not Do Like This Because It Makes Bad Impression Of Site.
    But If You Want You Can Add a href In Your Background Query.
     
    V3King, Jun 1, 2012 IP