Re: [css-d] IE and Firefox respond differently to pixel setting!

2006-01-30 Thread Ian Anderson
francky wrote: > Without spacer or html-comment also a {font-size: 1px; }can be usefull > (that also forces down the line-height that IE is giving). Indeed, but IE then gives the container contents a height of 2px. Using a comment, you can get it down to 1px, or even 0px Cheers Ian -- _

Re: [css-d] IE and Firefox respond differently to pixel setting!

2006-01-30 Thread francky
Ian Anderson wrote: >[...] >If this container being sized is empty, you may try putting a spacer gif >or HTML comment in there and see if this allows IE to size it smaller. > >e.g. > > >.foo { > background:#f63; > height:1px;" >} > Without spacer or html-comment also a {font-size: 1px; }can

Re: [css-d] IE and Firefox respond differently to pixel setting!

2006-01-30 Thread Ian Anderson
Zach Byrd wrote: > I used pixels to set the height on a web project I am > working on. The height in IE does not respond(will not > get any smaller) below a setting of 15px(in CSS), but > in Firefox the setting reflects what height I put in > the CSS. I would appreciate any advice on this matter.

[css-d] IE and Firefox respond differently to pixel setting!

2006-01-29 Thread Zach Byrd
Hi, I used pixels to set the height on a web project I am working on. The height in IE does not respond(will not get any smaller) below a setting of 15px(in CSS), but in Firefox the setting reflects what height I put in the CSS. I would appreciate any advice on this matter. Thanks in advance!