Sent by Kepler Gelotte on 25 March 2008 07:07
This is a multi-part message in MIME format.
--Boundary_(ID_i7LZ2GmxuWsRbeMtB6DEFg)
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
> but IE still pushes the other divs down and really messes things up
Hi,
It looks like you are trying to fit the divs which add up to 89em
(5+15+3+66):
#navcol {
MARGIN-LEFT: 5em; WIDTH: 15em; TEXT-ALIGN: right
}
#wrapper {
PADDING-BOTTOM: 3em; MARGIN-LEFT: 3em; WIDTH: 66em
}
into an 89em div:
#topwrapper {
WIDTH: 89em
}
By relaxing the left margin slightly solves the problem:
#wrapper {
PADDING-BOTTOM: 3em; MARGIN-LEFT: 2em; WIDTH: 66em
}
Best regards,
Kepler Gelotte
Neighbor Webmaster, Inc.
156 Normandy Dr., Piscataway, NJ 08854
www.neighborwebmaster.com
phone/fax: (732) 302-0904
--Boundary_(ID_i7LZ2GmxuWsRbeMtB6DEFg)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
--Boundary_(ID_i7LZ2GmxuWsRbeMtB6DEFg)--