Re: [css-d] IE gets me so upset

2010-08-14 Thread David McGlone
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

Re: [css-d] IE gets me so upset

2010-08-13 Thread Thierry Koblentz
> 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

Re: [css-d] IE gets me so upset

2010-08-13 Thread Michael Geary
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

[css-d] IE gets me so upset

2010-08-13 Thread David McGlone
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