• Welcome! The TrekBBS is the number one place to chat about Star Trek with like-minded fans.
    If you are not already a member then please register an account and join in the discussion!

website display problem

hxclespaulplayer

Captain
Captain
In IE, fine, but firefox (and I have had similar problems with other pages:

my.php


What could be causing this, and how could I fix the problem?
 
The website may be coded in such a way as to only be fully compatible with things IE does that it really should not do. I am not an expert on this sort of thing, but I know that happens.

Simple Q for the record: have you updated Firefox to the latest version?
 
In IE, fine, but firefox (and I have had similar problems with other pages:

my.php


What could be causing this, and how could I fix the problem?
Can you provide a link to the exact page that has these problems.

Firefox and IE do render a number of elements differently. Mostly slightly different default margins and both browsers recognize certain tags the other doesn't.

My best guess is that you are using relative font size css directives and these are showing up larger in firefox then IE which causes them to wrap and overlay on the next absolutely positioned container. Try changing all font-sizes to pixels (eg font-size:10px, font-size:12px, etc...). Also consider setting the margin tops and bottoms manually for certain block level elements (like br, body, and h1-h6). I'm not sure but some of your fonts might be getting you into trouble as well. You probably want to stick with the name brand fonts (arial, times new roman, verdana, georgia, etc...).

I couldn't help you more without seeing an actual page and going over the source code.

Upgrading Firefox 2 to Firefox 3 shouldn't make a difference.

Like the site BTW...
 
In IE, fine, but firefox (and I have had similar problems with other pages:

my.php


What could be causing this, and how could I fix the problem?
Can you provide a link to the exact page that has these problems.

Firefox and IE do render a number of elements differently. Mostly slightly different default margins and both browsers recognize certain tags the other doesn't.

My best guess is that you are using relative font size css directives and these are showing up larger in firefox then IE which causes them to wrap and overlay on the next absolutely positioned container. Try changing all font-sizes to pixels (eg font-size:10px, font-size:12px, etc...). Also consider setting the margin tops and bottoms manually for certain block level elements (like br, body, and h1-h6). I'm not sure but some of your fonts might be getting you into trouble as well. You probably want to stick with the name brand fonts (arial, times new roman, verdana, georgia, etc...).

I couldn't help you more without seeing an actual page and going over the source code.

Upgrading Firefox 2 to Firefox 3 shouldn't make a difference.

Like the site BTW...

Firefox 3.0.4.

The site: http://www.bermuda-triangle.org
 
Doesn't work on safari either. Don't worry about it. It's not the consumer's problem.
 
If you are not already a member then please register an account and join in the discussion!

Sign up / Register


Back
Top