You might wanna consider the html5 boilerplate<http://html5boilerplate.com/>option ie:
<!doctype html public "✰"> <!--[if lt IE 7]> <html lang="en-us" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html lang="en-us" class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html lang="en-us" class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html lang="en-us" class="no-js"> <!--<![endif]--> <head> Phil Doughty On 24 May 2012 20:01, Dejan <[email protected]> wrote: > Hi, > > I'm trying to get Boostrap to work in IE but I just can't manage to do > that. > Here is the output: http://i47.tinypic.com/4hv020.png > > The thing is, if I go to http://twitter.github.com/bootstrap/ then the > forms also work on IE. I've looked through their source code but didn't > find anything specific to add to mine, to make it work. > > Help please >
