2009-06-13, 09:56 AM
Im trying to float this logo over my header image, i can get it were i want it but when i change screen resolutions or zoom out it will do this?
![[Image: float1.PNG]](https://camo.mybb.com/daab31a87d573c027e4fe777154c11247f69465c/687474703a2f2f6f7261782e75732f666c6f6174312e504e47)
![[Image: float2.PNG]](https://camo.mybb.com/9dc267e9ee23a6cfbcbd8567682691f4a71d5bb4/687474703a2f2f6f7261782e75732f666c6f6174322e504e47)
![[Image: float3.PNG]](https://camo.mybb.com/dfa1ea7932d1355f8a5443d236eae48e40f37920/687474703a2f2f6f7261782e75732f666c6f6174332e504e47)
CSS:
HTML:
Sorry no live preview working on localhost
still need help
CSS:
.logo {
position: absolute;
left: 155px;
top: 54px;
HTML:
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img style="border:0px solid #224e7b;
border-top:0;" src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
<img src="images/liteblu/header.gif" alt="Themestuff" border="0" /><br>
Sorry no live preview working on localhost
still need help