robert.access Posted May 25, 2010 Share Posted May 25, 2010 Hi to all! I have a problem with the following code: #topbar{ TOP: 0px; PADDING-BOTTOM: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; VISIBILITY: hidden; BORDER-TOP: black 0px; BORDER-BOTTOM: black 1px solid; BORDER-RIGHT: black 0px; BORDER-LEFT: black 0px; WIDTH: 100%; FONT-FAMILY: Tahoma; FONT-SIZE: 9px; POSITION: absolute !important; BACKGROUND-COLOR: #FEFEDE; } my toolbar (like the googletranslate, or "you need to install the following...") that appear on top of the website and stay there when you move the page, have a 2 - 3 pixels empty space (it's positioned lower with 3px) and it's not on top of all items in site like images, swf, etc. Can anyone can give me an ideea how to fix it, please? Thank you! Quote Link to comment Share on other sites More sharing options...
robert.access Posted May 25, 2010 Author Share Posted May 25, 2010 thanks for readind . looks like z-index:2; fix the problem with showing on top, but same problem with 3px bug in ie ( any advice? Quote Link to comment Share on other sites More sharing options...
haku Posted May 26, 2010 Share Posted May 26, 2010 Maybe your body has some padding or margins on it. It's impossible to tell you anything without seeing the HTML that goes along with the CSS. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.