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
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:
-