On Fri, 2010-08-13 at 18:55 -0700, Michael Geary wrote:
> David, I don't know the cause of the problem, but I can offer a
> troubleshooting tip or two...
>
>
> First, forget about the content of your .tpl files. They are
> completely irrelevant.
>
>
> When troubleshooting a problem with HTML, C
> 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 #ff;
> margin-bottom: 15px;
> background: #f9f9f9 url(../../images/prod
David, I don't know the cause of the problem, but I can offer a
troubleshooting tip or two...
First, forget about the content of your .tpl files. They are completely
irrelevant.
When troubleshooting a problem with HTML, CSS, or JavaScript code, the only
thing that can affect the browser is what t
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 #ff;
margin-bottom: 15px;
background: #f9f9f9 url(../../images/product-bg.png) repeat-x;
}
It