> Hi guys, I've been working on a really simple style sheet that contains
> this:
>
> .content {
> width: 750px;
> float: left;
> border: 1px solid #ff0;
> }
>
> .content product {
> float: left;
> border: 1px solid #ff0000;
> margin-bottom: 15px;
> background: #f9f9f9 url(../../images/product-bg.png) repeat-x;
> }
>
It seems you're creating a "product" element and that's what you're styling.
For this to "work" in IE you'll have to use this:
document.createElement('product');
But the question is: why do you use <product>?
--
Regards,
Thierry
www.tjkdesign.com | www.ez-css.org | @thierrykoblentz
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/