ok guys, i've got a weird one here.  i'm taking a day to go through
some of my pages to make sure they look decent in ie7, and i noticed
that on one of my expandable pages that ie7 was ignoring my
margin-left on an h2.

i did my usually hack and slash debug method of deleting chunks of my
css file and checking to see if it started to display right, and by
narrowing down the results i found that having a border on the div
around my h2 made my h2 ignore the margin.  taking this border off of
the parent div solved the problem and my h2 once again had a left
margin.  but... i need that border.  [line 91]

i saved my page and started to make a test page to post on the list
when i found another "solution" to my left margin problem.  keeping
the same css, if i delete the min-height on the h2, it also fixes the
margin.  but... i need that min-height for a background image.  [line
44]

can anyone tell me another way to fix this so that i can keep both my
border and the min-height?  is this a known bug that microsoft is
aware of?  it almost sounded like collapsing margins, but i tried
putting padding in and that didn't fix it.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to