Dynadot โ€” .com Transfer

Page displays perfectly in Firefox not IE

Spaceship Spaceship
Watch
Impact
0
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
Unstoppable Domains โ€” AI StorefrontUnstoppable Domains โ€” AI Storefront
Well, it loaded the same in IE and Firefox for me.

The pop-up might have something to do with this, which was in the header:

Code:
<SCRIPT language="JavaScript">
function VM_Popup(theURL, winName, winFeatures) {newWin=window.open(theURL, winName, winFeatures); }
</SCRIPT>
 
0
•••
Firefox's built-in ad-blocker prevents popups, while IE 6.0 doesn't.

Also, you should really look over your HTML and CSS. Firefox and IE are very different in the way that they display fonts, paragraphs, etc...

For instance, if you use <p> for a line break, it will be smaller than <p> viewed in IE.

Also, in your code you used a lot of <h1> and <h2>, which is fine but that is where you run into problems.

Code:
.style1 {
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
}

See, your font-size is set to medium, which allows firefox and IE (having different "medium" font-sizes for h1) to display the text differently. You should decide between using h1 and a specified size (18px for example), or not using h1 but instead <span> and setting a size that can be changed (1.5em for example).
 
0
•••
Dynadot โ€” .com TransferDynadot โ€” .com Transfer
Appraise.net
Domain Recover
DomainEasy โ€” Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back