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.
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.
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):
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..