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! Link to comment https://forums.phpfreaks.com/topic/202835-topbar-css-code-float/ 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? Link to comment https://forums.phpfreaks.com/topic/202835-topbar-css-code-float/#findComment-1063039 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. Link to comment https://forums.phpfreaks.com/topic/202835-topbar-css-code-float/#findComment-1063394 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.