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.

See this line in HTML5Boilerplate, on how to include that 
tag: https://github.com/h5bp/html5-boilerplate/blob/master/index.html#L12

To style specifically for IE in your CSS (addressing your CSS issues), you 
can include these lines 2 - 6, from h5bp, in your site, at the top, as 
indicated: https://github.com/h5bp/html5-boilerplate/blob/master/index.html#L2

Hope that's a more complete answer.


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.
>>
>> Thank you for your help :)
>>
>>

Reply via email to