Ran into a css border problem with table in the product grid view. I'm using RC 2 and having a problem with Vista Home Premium and FF 2.0.0.14
On this page http://www.pnwgardensupply.com/growshop/nutrients/green_planet some of the borders refuse to render for some reason. They do show up in IE and Opera.
This is what I have for css
.category-grid-products table {
text-align: center;
width: 100%;
}
.category-grid-products td {
text-align: center;
padding: 5px;
border-right: 4px solid #000;
border-bottom: 4px solid #000;
border-left: 4px solid #000;
border-top: 4px solid #000;
background-color: #E8E6D7;Second Problem.
If I disable the add to car button all the grid
<td>
are missing a closing
</td>
<div class="category-grid-products"><table><tr><td><span class="catalog_grid_title"><a href="/growshop/nutrients/green_planet/hydro_fuel_bloom_1l">Hydro FuelBloom 1L</a></span>
<span class="catalog_grid_image"><a href="/growshop/nutrients/green_planet/hydro_fuel_bloom_1l"><img src="http://www.pnwgardensupply.com/files/imagecache/product_list/files/hydrofuel_0.jpg" alt="" title="" /></a></span>
<span class="catalog_grid_sell_price">$19.99</span>
<td>
<span class="catalog_grid_title"><a href="/growshop/nutrients/green_planet/hydro_fuel_bloom_24l">Hydro Fuel Bloom 24L</a></span>
<span class="catalog_grid_image"><a href="/growshop/nutrients/green_planet/hydro_fuel_bloom_24l"><img src="http://www.pnwgardensupply.com/files/imagecache/product_list/files/hydrofuel_2.jpg" alt="" title="" /></a></span>
<span class="catalog_grid_sell_price">$269.99</span>
<td>
<span class="catalog_grid_title"><a href="/growshop/nutrients/green_planet/hydro_fuel_bloom_5l">Hydro Fuel Bloom 5L</a></span>
<span class="catalog_grid_image"><a href="/growshop/nutrients/green_planet/hydro_fuel_bloom_5l"><img src="http://www.pnwgardensupply.com/files/imagecache/product_list/files/hydrofuel_1.jpg" alt="" title="" /></a></span>
<span class="catalog_grid_sell_price">$69.99</span>
</tr>
<tr
<td>
<span class="catalog_grid_title"><a href="/growshop/nutrients/green_planet/hydro_fuel_grow_1l">Hydro Fuel Grow 1L</a></span>
<span class="catalog_grid_image"><a href="/growshop/nutrients/green_planet/hydro_fuel_grow_1l"><img src="http://www.pnwgardensupply.com/files/imagecache/product_list/files/hydrofuel_4.jpg" alt="" title="" /></a></span>
<span class="catalog_grid_sell_price">$19.99</span>
</tr>
</table>
</div>Thanks
Arek


Joined: 01/11/2008