Question about html tags

Discussion in 'HTML & Website Design' started by biggsk, Dec 17, 2009.

  1. #1
    I downloaded a website template a couple weeks back and was going though it today and noticed bitly="bitly_processed" in all the href tags when I inspect with Firebug. But in the code all I see is ="". I'm confused ...
    Any ideas on what this is?

    Thanks all.
     
    biggsk, Dec 17, 2009 IP
  2. Oldspice

    Oldspice Peon

    Messages:
    34
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Is the footer encrypted?
     
    Oldspice, Dec 17, 2009 IP
  3. biggsk

    biggsk Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I dont think so. But I just noticed this line:
    <link type="text/css" 
    href="http://s.bit.ly/preview.s3.v2.css?v=4.2" 
    rel="stylesheet" media="screen">
    HTML:
    Could that be what is causing it?

    Is it something I should be concerned about?

    Thx
     
    biggsk, Dec 17, 2009 IP
  4. Oldspice

    Oldspice Peon

    Messages:
    34
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    This is the .css sheet that it links to.

    .bittip iframe {
    width:320px !important;
    height:95px !important;
    }

    span.bittip{
    padding: 0 !important;
    display:inline !important;
    position: absolute;
    }

    a:hover span.bittip span span{
    display: block !important;
    }

    span.bittip span{
    position: absolute !important;
    text-decoration: none !important;
    }

    span.bittip span span{
    display: none !important;
    position: absolute !important;
    z-index: 10000000000 !important;
    top: .85em !important;
    right:-130px !important;
    }

    #bitly_top_stripe {
    background-color:#333333;
    color:#FFFFFF;
    height:30px;
    margin:0;
    position:absolute;
    top:0;
    width:100%;
    }

    .bitly_body {
    margin-top:30px !important;
    }

    .bitly_shortened {
    position:absolute !important;
    border:1px solid #999 !important;
    z-index:100000000000 !important;
    padding:10px !important;
    background:#333 !important;
    color:#fff !important;
    text-align:left !important;
    font-size:12px !important;
    line-height:1em !important;

    }

    .bitly_shortened_span {
    font-size:12px !important;
    line-height:1em !important;
    color:#c93 !important;
    }

    .bitly_shortened_x {
    position:absolute !important;
    top:0 !important;
    right: 5px !important;
    color: #fff !important;
    cursor: pointer !important;
    }

    http://s.bit.ly/preview.s3.v2.css?v=4.2
     
    Oldspice, Dec 17, 2009 IP
  5. amitash

    amitash Well-Known Member

    Messages:
    399
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    125
    #5
    Bit ly is a url shortener Service. maybe it uses that!
     
    amitash, Dec 17, 2009 IP
  6. biggsk

    biggsk Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I figured it out. Although I'm not quite sure how it works.

    I had a Firefox Add-on called "bit.ly preview".

    Thanks all.
     
    biggsk, Dec 18, 2009 IP