tags:

views:

20

answers:

1

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 for some reason.

Here's the link: Problem Page

GF

A: 

In your 1.css file:

change the width to 100%:

#content {
    TEXT-ALIGN: left; MARGIN: 0px; WIDTH: 100%; FONT-FAMILY: "Trebuchet MS", Arial, Verdana
}
evilertoaster
Thanks, that was something I should have spotted myself.
then mark the answer as accepted please.
thekaido