Uploaded to a server and viewed with the same Internet Explorer on the same computer that coded it.
A person might think that if it looks okay with your computer's Internet Explorer while residing on your hard drive that it would look the same once you uploaded it to a server. A bit frustrating.
Uploaded to a server and viewed with the same Internet Explorer on the same computer that coded it.
You'll need to include some special instructions for IE.
The RWD grid I'm using has this included:
IE just has to be different
I'd leave that HTML5shim... in place to avoid problems with HTML 5 elements that might not be understood by all browsers.
The RWD grid I'm using has this included:
<!DOCTYPE html>
<!-- HTML5 Mobile Boilerplate -->
<!--[if IEMobile 7]><html class="no-js iem7"><![endif]-->
<!--[if (gt IEMobile 7)|!(IEMobile)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<!-- HTML5 Boilerplate -->
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
<!-- HTML5 Mobile Boilerplate -->
<!--[if IEMobile 7]><html class="no-js iem7"><![endif]-->
<!--[if (gt IEMobile 7)|!(IEMobile)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<!-- HTML5 Boilerplate -->
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
IE just has to be different

I'd leave that HTML5shim... in place to avoid problems with HTML 5 elements that might not be understood by all browsers.
I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
https://www.callendales.com
Thanks for the help Paintbrush - appreciate it...
Tom, thanks for the follow up about the map/Iframe. Will experiment with some paddings/margins around my map (and FB-Twitter widgets).
Chris... it seems there are all sorts of things that need to be included to make sure all browsers and all their various versions will be able to cough up the HTML5 as intended. I'm just learning this stuff, so this is not expert advice, but it seems to be a common practice to start with some sort of "css reset"
( http://meyerweb.com/eric/tools/css/reset/ ), so you eliminate browser inconsistencies – no matter what version of x/html you may be using.
Hope you're having as much fun as I am
Chris... it seems there are all sorts of things that need to be included to make sure all browsers and all their various versions will be able to cough up the HTML5 as intended. I'm just learning this stuff, so this is not expert advice, but it seems to be a common practice to start with some sort of "css reset"
( http://meyerweb.com/eric/tools/css/reset/ ), so you eliminate browser inconsistencies – no matter what version of x/html you may be using.
Hope you're having as much fun as I am

I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams)
https://www.callendales.com
https://www.callendales.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.