NameSilo

Pushing things out of the way

Spaceship Spaceship
Watch

TUFKATH

Account Closed
Impact
13
Assuming you have a good resolution set, http://www.xtremeitalk.com should look fine for you.

wtf6ut.jpg


That's what people with a low resolution would see.

How do I fix that? :(

By the way, here is all the code for that part:

Code:
<div id="logostrip">
<div style="float:right;padding:5px"><script type="text/javascript"><!--
google_ad_client = "pub-4754215794793251";
google_ad_width = 234;
google_ad_height = 60;
google_ad_format = "234x60_as";
google_ad_type = "text_image";
google_ad_channel ="4158636751";
google_color_border = "336699";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<a href='{ipb.script_url}'><!--ipb.logo.start--><img src='style_images/xibanner.jpg' alt='' style='vertical-align:top' border='0' /><!--ipb.logo.end--></a></div>
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
Does it automatically shrink and expand depending upon what screen size it is? Have you tried another template that is relatively the same and seen if that explodes as well?
 
0
•••
i think it is because the positioning of it is set to float, so whenever it hits something it will literally "float" around it, try changing this part here:
Code:
<div style="float:right;padding:5px">
to:
Code:
<div style="position:absolute;padding:5px">
and if not try:
Code:
<div style="position:relative;padding:5px">

hope this helps, although it looks fine all teh time for me in ff at really low resolutions!
 
0
•••

We're social

Domain Recover
DomainEasy — Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back