CSS question

Spydermag68

Platinum Member
Apr 5, 2002
2,617
99
91
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.
 

kamper

Diamond Member
Mar 18, 2003
5,513
0
0
Email the maintainers of both browsers and tell them to improve their standards support.
 
Jun 4, 2005
19,723
1
0
There seem to always be coding alternatives that will work in place. Maybe if you posted a link to your page, we could assist you.
 

Spydermag68

Platinum Member
Apr 5, 2002
2,617
99
91
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.
 

So

Lifer
Jul 2, 2001
25,923
17
81
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.