Only that code shouldn't make a difference, it is only to define specific
css for different IE versions.

What version of IE are you using? Only IE9 or newer support border-radius.
If you use IE9, but have no rounded corners, check that you are not in
compatibility mode.

Press F12, to open de developer tools and check the document mode and set
it to IE9.
If that is the problem, add this code (in your head) to force the rendering
with the latest IE engine available (Or Chrome frame):
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

On Thu, May 24, 2012 at 6:30 PM, Phil Doughty <[email protected]> wrote:

> 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
>>
>
>

Reply via email to