Google has now a great way for you to upload your files online, The G Drive or Google Drive is now the option that you might have been waiting for. …
Neueblog
How to troubleshoot a css file to work in IE
If you happen to troubleshoot a css file to work in IE, this may help you. *body {background: #333;} will make the background color dark grey only on IE 7 and below, and if you want to taget IE 6 and below use _body {background: #666} and it would make the page light grey, it might be silly but it saves a lot of time if your reset css doesn’t reset properly the values that IE loves mess with…G
