Home  |  About  | Last |  Submit  |  Contact
AllQuests.com




Previous Question:  Resistance 2 respond GameTrailers.com Forums  Resistance 2Next Question:  open realty as dating script  Scripts and Online Services
Question Simple Margin Issue in IE ( SitePoint Forums Just Starting Your Design )
Updated: 2008-08-12 05:49:22 (5)
Simple Margin Issue in IE

In Opera and FF my site looks fine, and im positive that its an issue with my
title div:
#title {
margin-top: 15px;
}

In IE its not functioning correctly (of course...) it puts a 15 pixel gap between the Title div and the right and left divs. Is there an alternative or better way of doing this?

Live site below:
CLICK HERE

Answers: Simple Margin Issue in IE ( SitePoint Forums Just Starting Your Design )
Simple Margin Issue in IE

Just a suggestion, but maybe try to take out the "<html xmlns="http://www.w3.org/1999/xhtml"> . I've heard it makes IE6 go into quirks mode (broken box model). I don't know if thats your problem or not, just a suggestion.

joejoe04

Simple Margin Issue in IE

thanks for the reply, but doesnt help the problem

Also I realized i posted this in the wrong forum.

Please Close

hyperhtml

Simple Margin Issue in IE

That won't force IE 6 into quirks mode. Putting an XML declaration (or anything else for that matter, includng white space) above the DOCTYPE will.

Dan Schulz

Simple Margin Issue in IE

Also, your #content is 800px wide, as is your #left DIV. Try dropping that to 600px and see what happens (I'm busy right now otherwise I'd test it for myself).

Dan Schulz

Simple Margin Issue in IE

Quote:
Originally Posted by Dan Schulz
That won't force IE 6 into quirks mode. Putting an XML declaration (or anything else for that matter, includng white space) above the DOCTYPE will.
Yes, you are right, I forgot about that part, but I guess that is obviously an important part...My apologies.

joejoe04

Previous Question:  Resistance 2 respond GameTrailers.com Forums  GameTrailers.com Forums  Resistance 2Next Question:  open realty as dating script  SitePoint Forums  Scripts and Online Services

- Source: Simple Margin Issue in IE SitePoint Forums Just Starting Your Design
- Previous Question: Resistance 2 respond GameTrailers.com Forums GameTrailers.com Forums Resistance 2
- Next Question: open realty as dating script SitePoint Forums Scripts and Online Services