- CSS issues, part 1 (or, IE sucks)
- Posted by Karl Groves on March 10th, 2006
http://ttb.karlcore.com/template.html
The issue is found with the "Last Modified Date" <div> at the bottom of the
left side. In IE, there's a yellowish separation. This is caused by the
fact that the yellow color is actually the content areas's background-
color.
It looks like IE is putting a margin between the #last_modified_date div
and the #content_wrapper div
TIA for any help
--
Karl Groves
http://karlcore.com
http://chevelle.karlcore.com
Accessibility Discussion List: http://smallerurl.com/?id=6p764du
- Posted by Els on March 10th, 2006
Karl Groves wrote:
It's the bottom margin on the form (and if you take out the form it's
the bottom margin of a paragraph, and so on), but if you give the form
in the right column or any of its ancestors (all the way up to
div#right_content) a border or 'zoom:1;' (which will make the bottom
margin be contained inside the div#right_content), the yellow stripe
will be gone.
--
Els http://locusmeus.com/
- Posted by Toby Inkster on March 10th, 2006
Karl Groves wrote:
In these kind of cases, adding borders can help. (I don't mean adding a
border for debuggind purposes -- I mean that IE often treats margins
differently on elements that have a border.)
Also, try adding *{zoom:1} to your style sheet and see if that makes any
difference.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact


