Re: [css-d] syntax errors and coding for IE

2005-06-17 Thread Ingo Chao
designer schrieb: #tester{ width : 500px; [/*ie only*/width: 610px;] or just [width: 610px;] padding : 50px; border : 5px solid #ff; } I find the square brackets to be neat, simple and it makes for readable and more 'understandable' code. It validates fine and there do

[css-d] syntax errors and coding for IE

2005-06-17 Thread designer
Dear experts, As a variation on the underscore hack, I would dearly love to use the following variation: #tester{ width : 500px; [/*ie only*/width: 610px;] or just [width: 610px;] padding : 50px; border : 5px solid #ff; } or even: -