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.
> 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.
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 <greenzt...@gmail.com> wrote:
> You might wanna consider the html5 boilerplate<http://html5boilerplate.com/>option ie:
> On 24 May 2012 20:01, Dejan <dejan.svet...@gmail.com> 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.
I've found out that it wasn't really the frameworks fault but IEs that used compatibility mode. If anybody will also have this problem, then you need to add this to your head: <!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
<![endif]-->
Which means that IE will work in his latest version.
Dne četrtek, 24. maj 2012 19:04:41 UTC+2 je oseba Dejan napisala:
Well, you don't have to put the conditional comment there for a meta tag. As Phil said, http://h5bp.com is a great resource for some of these things that Twitter Bootstrap hasn't included yet.
On Monday, May 28, 2012 10:25:46 AM UTC-4, Dejan wrote:
> Hello,
> I've found out that it wasn't really the frameworks fault but IEs that > used compatibility mode. If anybody will also have this problem, then you > need to add this to your head: > <!--[if IE]>
> <meta http-equiv="X-UA-Compatible" content="IE=edge" >
> <![endif]-->
> Which means that IE will work in his latest version.
> Dne četrtek, 24. maj 2012 19:04:41 UTC+2 je oseba Dejan napisala:
>> Hello, >> I've found out that the framework I am using is giving me this problem, >> so I have to check into that. It's not Bootstraps fault.
buenas es tengo un problema soy nuevo en diseño en wordprees y mas nuevo aun en bootstrap estoy diseñando algo en bootstrap pero se me bien en chrome y safari pero morzilla y explor no se ve correctamente alguno de usted que me pueda decir como corregir eso