[thelist] quick css ?'s

elvelind Grandin elvelind at elendor.com
Sat Mar 1 18:49:01 CST 2003


Erik Mattheis wrote:

> I have a class "hot" which is applied to a <td>. I want that td to be
> width: 25%
>
> This <td class="hot"> contains a table which I want to be 100%.
>
> .hot { width: 25%;}
> .hot table { width: 100%;}
>
> doesn't do what I want. Can I make that table 100% without giving it
> it's own class? What am I trying to do?
>
>
> Bonus question #1:
>
> Is there theoretical CSS equivalent to <iframe frameborder="0">?


border: 0 works fine for me.

>
>
> Bonus question #2:
>
> Is there a way to do bonus question #1: Will it work in any browsers?
> -----------------------
> Erik Mattheis
> GoZz Digital
> <http://goZz.com/>
> Flash and ColdFusion Development
> Minneapolis, MN
> -----------------------
>





More information about the thelist mailing list