Posts: 44
Name: English Hentai Team
|
Greetings.
I have a problem with Firefox. I'm using a bit of Javascript code inside a table.
The Javascript code is:
Code:
<!-- Begin: AVN Ads -->
<script type="text/javascript">
var AdBrite_Title_Color = 'FF7100';
var AdBrite_Text_Color = 'CECFCE';
var AdBrite_Background_Color = '636563';
var AdBrite_Border_Color = 'CECFCE';
</script>
<span style="white-space:nowrap;">
<script src="http://ads.adbrite.com/mb/text_group.php?sid=272034&zs=3732385f3930" type="text/javascript">
</script><!-- -->
<a target="_blank" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=272034&afsid=14"><img src="http://files.adbrite.com/mb/images/adbrite-your-ad-here-leaderboard.gif" style="background-color:#CECFCE" alt="Your Ad Here" width="14" height="90" border="0" />
</a>
</span><!-- End: AVN Ads -->
The problem isn't the Javascript... It works fine in IExplorer and Firefox.
This piece of code is inside a <TD> Tag. Since I don't want padding, nor margins, the web should be as follows:
This is what happens in IExplorer (what should be happening).
In Firefox, this happens:
How can I make the Firefox display equal the IExplorer display?
Here's my page: *Link deleted by moderator **
Thanks.
Note: The problem isn't in the Javascript...
Last edited by LadynRed; 03-09-2007 at 02:51 PM..
|