Clickable background

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Horny Joe
    Confirmed User
    • Jul 2004
    • 2661

    #1

    Clickable background

    Anyone know how I can get a clickable background image?

    I have
    Code:
    body {
    	background-color: #FFF;
    	background-image: url(images/background.gif);
    }
    Can I just add some quick
    Code:
    <a href="whateverurl"></a>
    - thing to that?

    I asked Big G. but could not find anything that seems what I want.

    It is a background for a TGP, normal shtml page.

    Thank you
    The Very Best Teen Content! Make $$$$ - Join DIESEL ACTION for Great Teen content
  • candyflip
    Carpe Visio
    • Jul 2002
    • 43069

    #2
    http://bluedogwebservices.com/css-tr...lickable-link/

    Spend you some brain.
    Email Me

    Comment

    • Barry-xlovecam
      It's 42
      • Jun 2010
      • 18083

      #3
      Code:
              <div id="link"><a href="../../"><span class="head_text"> Live
                    Cam Sex Amateur Cam Girls XXX Nude Webcam<br>
                  </span></a></div>
      I made a div clickable this way

      Code:
      #link a{ /*sets height/width of #link and makes it clickable*/
      width: 100%;
      height: 50px;
      display: block;
      font-size:90%;
      color:#9FF6FC;
      text-decoration:none;
      }
      A div not the whole body tag ...

      Comment

      Working...