[css-d] Missing class assigments

2005-07-11 Thread Keith Bloom
Hi, Can someone let me know if I am going mad or not. I have this but of CSS: #content #article { float: left; } #content #article.slim { width: 395px; margin-right: 5px; } #content #article.aus { border: 1px solid #ff9922;

Re: [css-d] Missing class assigments

2005-07-11 Thread Ingo Chao
Keith Bloom schrieb: Hi, Can someone let me know if I am going mad or not. IEwin has some (cough) problems with #id.class combinations. #content #article.slim { background:blue; ... } #content #article.aus { background:red; ... } this div