Nice CSS tutorial, i really like the fact its all browser compatible, too often i see really good tutorials, but they don’t work in IE mainly. I will be sure to use this in my next site. thanks Reply Ian Topple Jul 30, 2010 at 10:12 am This isn’t working. Everything was ...
* Remove default vertical scrollbar in IE 8/9/10/11. */ textarea { overflow: auto; } /** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */ optgroup { font-weight: bold;...
/* Fade out disabled blocks, but don't completely lose the colour */ .blocklyDisabled > .blocklyPathDark { display: block !important; fill-opacity: 0.5; } /* This horrendous selector and the next are for subcategories in the Blockly toolbox */ div.blocklyTreeRoot div div div div div....