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's simple, it's just a wrapper .content and a wrapper for each product
from the database. In Firefox it works just fine, but none of it works
in any version of IE at all. I'm thinking it might be due to the fact I
have each style declared in 2 separate files, but thats hard to believe.
Here's the 2 code snippets from both files:
file index.tpl:
<div class="content">
{include file=$obj->mContentsCell}
</div>
file product_list.tpl:
<product>
{if $obj->mProducts[k].thumbnail neq ""}
<a href="{$obj->mProducts[k].link_to_product}">
<img src="{$obj->mProducts[k].thumbnail}"
alt="{$obj->mProducts[k].name}" /></a>
{/if}
...snipped rest of code
</product>
--
Blessings,
David M.
______________________________________________________________________
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/