On Thu, 14 Feb 2008 11:16:58 -0800, corey deep wrote:
> does anyone have experience dealing with ie6 height bugs ? i have several 
> instances
> where the elements height is not right in ie6. I'm trying to setup swatches 
> w/ css.  in
> ie6 there is extra height given to every element.
>
> look in ff or safari and the 'swatch' renders fine, in ie6 it is twice height.
>
It *may* be due to the way IE interprets your markup-- it "sees"
a space inside each DIV, even if you do not have one. Try marking
up your empty DIVs with an empty comment inside, like this:

  <div><!-- --></div>

OTOH IE 6 is known for not respecting dimensions.

Cordially,
David
--

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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/

Reply via email to