Re: [css-d] min-height and IE

2005-11-08 Thread Jay Loden
Thanks! I particularly like the doxdesk solution, it's a lot cleaner and won't invalidate my CSS with MS cruft Thanks again, -Jay On Monday 07 November 2005 7:06 pm, David Laakso wrote: > [..] > These are some methods to achieve min-max width in IE. > > >

Re: [css-d] min-height and IE

2005-11-07 Thread Jay Loden
I don't suppose there's a similar trick to get IE to do a "max-width" property? On Thursday 03 November 2005 10:19 am, Justin Reid wrote: > the best way to do this is to give IE a height value equal to the > minimum height that you want, in this case 300px; IE uses the height > value just like a

[css-d] workarounds and ideas for avoiding fixed-width design?

2005-10-21 Thread Jay Loden
Hi all, On my personal site - http://jayloden.com - I've got an image banner across the top. My problem is pretty simple; I want to avoid having a fixed width design (i.e. setting the page max-width to the width of the banner image), but still keep an attractive layout. At the moment, what I