>>> sender: "Jens Nedal" date: "Mon, Oct 09, 2006 at 10:53:04AM +0200" <<<EOQ
> Hi,
Hi,

> I would not try to use the hack on top property but rather on the
> height property since that is what is causing the problem. IE reads
> the height placing the padding-top outside of the box and FF takes it
> inside the box, like it should be according to W3C box model.
Exactly, that's the problem I'm having. Sorry for not being more
explicit, I did use the trick on height, but for some reason it
didn't work as expected, so I wasn't sure it the hack is still
working novadays. 

> Either use IE Conditionals and add a IE specific css file (which will
> only be read by IE), which is placed after your general css file.
> Example:
> <!--[if lte IE 7]>
> <link media="screen" rel="stylesheet" type="text/css" href="ie.css" />
> <![endif]-->
Wow, this looks great! :) Thanks a lot!

Thank you,
Alex
______________________________________________________________________
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