Here you have taught - how to make a responsive website......
http://www.adobe.com/inspire/2012/08/fluid-grid-layouts-dreamweaver-cs 6.html
The completed web page doesnot work well in IE 6,8...what should i do for it to work in all the oldest versions of IE?
http://www.adobe.com/inspire/2012/08/fluid-grid-layouts-dreamweaver-cs 6.html
This is the link....here you can download the Completed web page from the sample files folder...pls...check.....that in the desktop layout those three columns(which were aligned side by side) come down one by one in IE8...........
Please visit this link.
http://www.adobe.com/inspire/2012/08/fluid-grid-layouts-dreamweaver-cs 6.html
Here is the Terrestrial Nursery Tutorial
There is no logical reason to even attempt to make responsive sites
responsive in old browsers. The very concept defines progressive
enhancement. What Adobe is doing with its approach is an utter waste of
time.
--
Al Sparber - PVII
The Leaders in Responsive Tools for Dreamweaver
Extending Dreamweaver Since 1998
#1 IE8 doesn't support CSS Media Queries.
#2 Mobile & Tablet devices do not use IE8 browsers.
SOLUTION: Build a fixed-width desktop style sheet for IE-only and add a Conditional Comment above the </head> tag and after all other CSS styles.
<!--[if lt IE 9]>
<link href="IE-only.css" rel="stylesheet" type="text/css">
<![endif]-->
IE8 and below will use the IE-only.css
Nancy O.
North America
Europe, Middle East and Africa
Asia Pacific