|
|
|
| |
Welcome
Time Now: Sat Jul 31, 2010 1:34 am
All times are GMT
|
|
|
|
|
|
|
|
|
|
| |
SEO 1 Forums
>
Webmastering >
IE is messing up CSS ...
ohcnetwork
Senior Member
Joined: 31 Mar 2005
Good Posts: 1486
|
| IE is messing up CSS ... |
|
|
I'm just setting up a new forum, and it looks ok in Firefox, but it does not look ok in IE. Here's the forum that I'm setting up. The forum always stretches out and goes beyond the right side border. How can I fix this problem? How part of CSS is messing this up?
Degree : Health Chat
Finance : Film |
Thu Aug 10, 2006 7:52 am |
|
|
dburdon
Senior Member

Joined: 02 Aug 2005
Good Posts: 1097
Location: Kent, England |
| Internet explorer |
|
|
It's sad but still 80% of people are using IE.
I find real problems whenever I try to centre.
Simply Clicks | SEO Company | Travel SEO | Pay Per Click Management |
Thu Aug 10, 2006 10:37 am |
|
|
Chris
Senior Member
Joined: 26 Oct 2005
Good Posts: 318
|
First tip is to avoid applying 'widths' and 'padding/border/margin' to an object because of the box model problem: http://en.wikipedia.org/wiki/Box_model_bug
Second tip is to not waste your time working on a fluid layout using CSS. Clashes between IE and the standards compliant browsers will be a never ending problem. Get one from here and modify it, or just go for fixed width. (I nearly went insane trying to get fluid widths, CSS, IE and Firefox to cooperate!!)
House Buying . Money Guide . House Shop . Personal Money Guide |
Thu Aug 10, 2006 7:34 pm |
|
|
ohcnetwork
Senior Member
Joined: 31 Mar 2005
Good Posts: 1486
|
I found out what's causing the problems. I had to have the following:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Degree : Health Chat
Finance : Film |
Wed Sep 06, 2006 12:35 am |
|
|
|
|
|
|
|
|
|