Jump to content

Firefox adding unwanted space


I Am Chris

Recommended Posts

here is the website im working on

http://www.ripsense.com

if you see the fake ad at the right... in chrome or ie it is all the way up to the top of the page, but in firefox its down farther.  This is making it extremely hard to put it exactly where I want it.

does anybody know why?

i put padding and margins to 0 thinking that was the problem but it didn't help, so i rlly have no clue.

 

heres my relevant code

 

<div class="rightads">
<img src="https://www.google.com/adsense/static/en_US/images/skyscraper_img.jpg" alt=ads" />
</div>

 

div.rightads
{
float: right;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
padding:0;
}

 

anybody have any idea?

ty for help

 

Link to comment
https://forums.phpfreaks.com/topic/164194-firefox-adding-unwanted-space/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.