The popular hosted site Quick & Easy has had a facelift. Benny's page hosts several popular tools he's writen, including the Telltale Explorer, a replacement Grim Fandango installer, the USB Disk Ejector, and many more. Tools like the Telltale Music Extractor are updated often to support Telltale's latest games so make sure you stop by from time to time to check out the latest updates.
Articles
4 Comments
Add a comment
What?! You're not registered? You better go and do so now! Or, simply log in:
Remi O
You can link stylesheets in the style tag based on client width fairly similarly to this:
@import url("styles.css") screen and (max-device-width: 1024px);
Or use this:
http://www.webresourcesdepot.com/serve-css-files-based-on-screen-width-using-adapt-js/
Cheers Reimzo ;
@import url("styles.css") screen and (max-device-width: 1024px);
Or use this:
http://www.webresourcesdepot.com/serve-css-files-based-on-screen-width-using-adapt-js/
Link me to a suitably simple way of detecting the resolution and serving up different css and I'll look into changing it.