• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

CSS question

Spydermag68

Platinum Member
I have been making a small web page and I have noticed the between IE and FF that the positioning of the the parts of the web page changes between the two browsers. I would like to know how to correct this problem.
 
Email the maintainers of both browsers and tell them to improve their standards support.
 
The web page is in development and I don't have a host for it yet.

I think I have solved most of my problems for right now. I am using posion with pixle offsets . I just have to adjust it a little more for FF.
 
Originally posted by: Spydermag68
The web page is in development and I don't have a host for it yet.

I think I have solved most of my problems for right now. I am using posion with pixle offsets . I just have to adjust it a little more for FF.

I had this exact problem, ultimately, I wrote two stylesheets, on called 'main.css' and one called 'iemain.css' and I wrote about 3 lines of PHP to choose between the two depending on which browser the user was running.
 
Back
Top