The New Way of Coding
Sunday, November 5th, 2006Welcome to the new way of coding………….
< ! --[if lt IE 5.5000]>< style type="text/css">@import “blah.css”;< /style>< ![ endif ]-- >
< ! --[if IE 5.5000]>< style type="text/css">@import “blah.css”;< /style>< ![ endif ]-- >
< ! --[if IE 6]>< style type="text/css">@import “blah.css”;< /style>< ![ endif ]-- >
< ! --[if IE 7]>< style type="text/css">@import “blah.css”;< /style>< ![ endif ]– [...]



