On 09/10/2006 07:35, Alexandru E. Ungur wrote:
> I have a problem trying to setup a div so that it show the same (size) in IE
> and FF/Opera/etc. The problem is kind of classic: if I set padding in the 
> example below, in FF will be added to the height of the div, making it
> taller than I want it to be, while in IE it won't. Last time I played with
> CSS (about 2-3 years ago) I solved this by using a trick[1] that allowed me 
> to specify different settings for IE and FF. However that trick seems to no
> longer work. I wonder how is this problem handled these days... how can I 
> have the same size (and padding) in both IE and FF ?

You don't need tricks--just use the box model as correctly as it's 
specified:
http://css-discuss.incutio.com/?page=BoxModel
______________________________________________________________________
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