开发者

Page Displaying different in IE but OK in FF and Chrome

开发者 https://www.devze.com 2023-01-03 09:46 出处:网络
Can anybody help me with this CSS issue. This online tutorial displays ok in FF and Chrome but in IE, themain content is pushed down the page f开发者_开发问答or some reason.

Can anybody help me with this CSS issue. This online tutorial displays ok in FF and Chrome but in IE, the main content is pushed down the page f开发者_开发问答or some reason.

Here's the link: Problem Page

GF


In your 1.css file:

change the width to 100%:

#content {
    TEXT-ALIGN: left; MARGIN: 0px; WIDTH: 100%; FONT-FAMILY: "Trebuchet MS", Arial, Verdana
}
0

精彩评论

暂无评论...
验证码 换一张
取 消