Originally posted by Shiromagius@Aug 20 2004, 05:12 PM
Dont know if you want this to happen or not, but whenever I mouse over the banner at the top (either on home page or on forums), it appears that it refreshes and re-draws the picture on the left of the banner. That includes from the quotation bubble all the way to the end of the community word. The circular arrows on the far right do not change. Do you guys want this to happen or not? I dont know so I figured I would mention it, in case you guys didnt know about it.
It may not be a big deal for those high speeders, but I am on dialup right now so it takes about a sec to redraw it :P
[snapback]209551[/snapback]
what browser are you using ?
i'm asking because it should not refresh at all as it's a simple div with a background attribute.
<div id='logostrip'>
<div id='logostripinner'>
<a href='http://www.betaone.net/index.php?' title='Return to Forums Index, Powered by IPB'><div id='logographic'><!-- No Content --></div></a>
</div>
</div>
and the background is simply a css attribute
#logostrip{
background-color: #3860BB;
background-image: url(style_images/1/tile_back.gif);
border-bottom: 5px solid #072A66;
border-left: 1px solid #072A66;
border-right: 1px solid #072A66;
border-top: 1px solid #072A66;
height: 52px;
margin: 0px;
padding: 0px;
}
#logostripinner{
background-color: transparent;
background-image: url(style_images/1/logobg.gif);
background-position: right;
background-repeat: no-repeat;
height: 52px;
margin: 0px;
padding: 0px;
}
#logographic{
background-color: transparent;
background-image: url(style_images/1/logo4.gif);
background-position: left;
background-repeat: no-repeat;
cursor: pointer;
height: 52px;
margin: 0px;
padding: 0px;
}
it''s very weird and really this should not happen
I tested it with IE , Mozilla, Firefox and Netscape ( 4.7) and it's all good.
Sony