This is something I always forget the syntax for since I rarely do it, doing more editing already present stylesheets than adding new ones. <link rel="stylesheet" type="text/css" href="style.css">
Keeping scrollbars visible even when not required
A wee peice of CSS can keep the scrollbar on screen but disabled if not required if you wish to (rather than have pages jump if they suddenly scroll later on) html { overflow-y: scroll; }
Resize html embed area when Flash stage size changes
I've been building an app where the size of the flash area is going to change beyond the bounds of the browser window at certain points - but I do not want to use flash scrollbars, as you're already in a browser and as a user I much prefer the browsers scrollbar over dinky wee... Continue Reading →