Re: yet another IE CSS question

2005-10-07 Thread Deanna Schneider
You can also try this from within the stylesheet - easier than maintianing two stylesheets: /* Hides from IE5-mac and forces height for ie \*/ * html .code {width: height: 200px;} /* End hide from IE5-mac */ ~| All-in-one: antivi

Re: yet another IE CSS question

2005-10-07 Thread Raymond Camden
Marlon, that did it. Thank you very much! (And I'm sure the IE readers of my blog will appreciate it. :) On 10/7/05, Marlon Moyer <[EMAIL PROTECTED]> wrote: > I don't think that will work in the actual css file. You could always > make a 2nd css file that held values strictly for IE and then use

Re: yet another IE CSS question

2005-10-07 Thread Marlon Moyer
I don't think that will work in the actual css file. You could always make a 2nd css file that held values strictly for IE and then use something like this in your html: On 10/7/05, Raymond Camden <[EMAIL PROTECTED]> wrote: > Hmm, didn't quite work for me. I'm working in a style sheet, not ht

Re: yet another IE CSS question

2005-10-07 Thread Raymond Camden
Hmm, didn't quite work for me. I'm working in a style sheet, not html, so I had to mod it a bit. This is what I have now in my css (locally, not on the blog) ..code { font-family: courier; font-size: 11px; border: solid thin #cc; background-color: #cc;

Re: yet another IE CSS question

2005-10-07 Thread Raymond Camden
I'll try that. On 10/7/05, Marlon Moyer <[EMAIL PROTECTED]> wrote: > I've done things like this before: > > > #myDiv { > height:200px; > background-color:pink; > } > > > > > > > On 10/7/05, Raymond Camden <[EMAIL PROTECTED]> wrote: > > So, Im trying to fix an issue on my blog.

Re: yet another IE CSS question

2005-10-07 Thread Raymond Camden
My problem with that is that I don't want "fat" boxes for one line code samples. I _would_ prefer it to the situation I have now, but I'm hoping for better. On 10/7/05, Larry C. Lyons <[EMAIL PROTECTED]> wrote: > Can't you specify a height that's smaller, like 250px or 10 em, and > still allow the

Re: yet another IE CSS question

2005-10-07 Thread Marlon Moyer
I've done things like this before: #myDiv { height:200px; background-color:pink; } On 10/7/05, Raymond Camden <[EMAIL PROTECTED]> wrote: > So, Im trying to fix an issue on my blog. Check this out in IE: > > http://ray.camdenfamily.com/index.cfm/2005/10/7/ColdFusion-Contest-E

Re: yet another IE CSS question

2005-10-07 Thread Larry C. Lyons
Can't you specify a height that's smaller, like 250px or 10 em, and still allow the box to grow. larry On 10/7/05, Raymond Camden <[EMAIL PROTECTED]> wrote: > So, Im trying to fix an issue on my blog. Check this out in IE: > > http://ray.camdenfamily.com/index.cfm/2005/10/7/ColdFusion-Contest-Ent

yet another IE CSS question

2005-10-07 Thread Raymond Camden
So, Im trying to fix an issue on my blog. Check this out in IE: http://ray.camdenfamily.com/index.cfm/2005/10/7/ColdFusion-Contest-Entry-Examined--Part-3 then compare it in Firefox. Seems like IE doesnt support max-height, so I get a giant table. Now, I -can- use a height attribute, but than it m