How to get this activex installation bar in html

Discussion in 'HTML & Website Design' started by shaliwahan.pati, Jan 17, 2010.

  1. #1
    Hello,

    I don't know what it is called or where to get it. Well I'll try to explain it, if anyone knows please share. I saw it on some website last nite.

    When you are installing an activex like flash etc, the browser shows a golden bar just below the address bar saying something.."The site is trying to install an activex.... click here for report...."

    I want to ad that bar to my website but I want some different content in that bar. Like a google link ads.

    I believe I have explaned what it is.
    Here is one sample website http://hahaha.info/

    Thanks in advanced.
     
    shaliwahan.pati, Jan 17, 2010 IP
  2. shaliwahan.pati

    shaliwahan.pati Peon

    Messages:
    102
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I believe no one at DP knows about this thing...

    123 views no replies... Its sad... :(
     
    shaliwahan.pati, Jan 26, 2010 IP
  3. mds

    mds Active Member

    Messages:
    256
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #3
    I dont think most people understood you. May be it's better to show a better example or snapshot of the actual thing you want. If it's well explained, i can bet you that you will get an answer here at DP.
     
    mds, Jan 27, 2010 IP
  4. taminder

    taminder Peon

    Messages:
    581
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    this will go in your CSS:
    html, body {
      margin: 0;
      padding: 0;
    }
    .topbar {
      margin: 0;
      padding: 2px;
      background-color: #fff;
    }
    Code (markup):
    place this on top in your HTML code.
    <div class="topbar">put your content here</div>
    Code (markup):
     
    taminder, Jan 27, 2010 IP
  5. shaliwahan.pati

    shaliwahan.pati Peon

    Messages:
    102
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5

    Thanks for that But I am having some problem with it. It is not moving as the page is scrolled down. I wanted it fixed attached to top of the window..Even if page content is more.
    Hope you get me.. :(
     
    shaliwahan.pati, Jan 28, 2010 IP