|
|
|
|
![]() ![]() |
Jun 25 2005, 11:10 PM
Post
#1
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 407 Joined: 13-December 04 Member No.: 2,696 |
The content on my pages either shifts or looks recognizably different between IE and Mozilla Firefox browsers. I formatted the text with css classes hopping that might help. However, that didn't help this problem. The page doesn't look the same in IE and Mozilla Firefox. What can I do to fix this?
Thanks, kvarnerexpress |
|
|
|
Jun 26 2005, 12:23 AM
Post
#2
|
|
|
Ephesians 6:10-17 ![]() Group: [MODERATOR] Posts: 1,832 Joined: 22-June 05 From: The place where moving forward means moving backwards. Member No.: 8,528 ![]() |
The way IE displays its pages are completely different with the way FF displays its pages. FF uses standard html, while IE kinda does it's own thing. If you're trying to make your site look the same in both browsers, that's basically impossible. I suggest just sticking with one way, by picking the browser you use mostly, or the browsers your visitors use mostly, and just modify the html just for that browser. And then put on your site "best viewed with: **".
|
|
|
|
Jun 26 2005, 08:25 AM
Post
#3
|
|
|
apt-get moo ![]() Group: [MODERATOR] Posts: 2,029 Joined: 28-May 05 From: Hertfordshire, England Member No.: 7,593 ![]() |
IE does display pages differently, although there are many work arounds to display pages the same in IE and FF.
I have just finished doing the CSS for my site. It originally looked totally different in IE and FF. FF looked exactly as it should, but IE moved everything around, which ended up shifting things to different lines and wrecking the entire layout. After a bit of tweaking it now looks perfect in each browser I have tried it on (IE 5 and 6, FF 0.8 and 1.0.4, Mozilla). Also, if you are really desperate you can use javascript to make the page use a different CSS sheet depending on the browser, although this sometimes doesn't work and can cause more problems than it solves. |
|
|
|
Jun 27 2005, 04:08 AM
Post
#4
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 661 Joined: 10-January 05 Member No.: 3,189 |
There's no need to force users to use one broswer or another, you can use CSS Hacks to make your page render the same in both broswers.
If you want, I can look over your coding and fix it. PM me. whyme |
|
|
|
Jun 27 2005, 07:55 PM
Post
#5
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 629 Joined: 26-February 05 Member No.: 3,995 |
If you're using definite values in your CSS (ex: width: 37px;) then that changes from browser to browser. % is usually better.
|
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 4th July 2008 - 08:58 PM |