On 1/22/06, John Haas <[EMAIL PROTECTED]> wrote:
> /* IE/Mac \*//*/
> body.home #features_table {
>     display: block;
>     margin: 1em 0;
>     text-align: center;
> }
> body.home #features {
>     display: inline-block;
>     width: 1px;
>     white-space: nowrap;
> }
> /**/

But this only applies to IE Mac, if I'm not mistaken. I think you
meant to have:

* html body.home #feature_table {
* html body.home #features {

at least, if you wanted it to apply to IE Win as well.

And come to think of it, I'm pretty sure you want to apply
"display:inline-block" to "#features div," not "#features." Or maybe
that was to apply "display:inline" to "#features #div."

Let me know if you get it to work.

--
--
Christian Montoya
christianmontoya.com ... rdpdesign.com ... cssliquid.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to