Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grid not showing correctly in ie 9 #65

Closed
localzuk opened this issue Aug 23, 2011 · 9 comments
Closed

Grid not showing correctly in ie 9 #65

localzuk opened this issue Aug 23, 2011 · 9 comments

Comments

@localzuk
Copy link

With the following code, a row doesn't get displayed correctly - putting the second part on a new line instead of on the same one in ie9. Works fine in Chrome, Firefox and Opera.

<html>
<head>
<title>Boostrap test</title>
<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-1.1.0.min.css">
</head>
<body>
<div class="topbar">
    <div class="fill">
        <div class="container">
            <h3><a href="#">Test Project</a></h3>
            <ul><li class="active"><a href="#">Home</a><li>
                <li><a href="#">Item 1</a></li>
                <li><a href="#">Item 2</a></li>
                <li><a href="#">Item 3</a></li>
                <li><a href="#">Item 4</a></li>
            </ul>
        </div>
    </div>
</div>
<br /><br /><br />
<div class="container">
    <div class="row">
        <div class="span4 columns"><p>Blah</p></div>
        <div class="span12 columns">
                <div class="alert-message error"><a href="#" class="close">x</a>Test error bar</div>
        </div>
    </div>
</div>
</body>
</html>

Firefox - working: http://i.imgur.com/SsFr0.png
IE9 - not working: http://i.imgur.com/YUrgv.png

@fat
Copy link
Member

fat commented Sep 2, 2011

I believe this was resolved in 1.2 -- if not, please reopen. Thanks!

@fat fat closed this as completed Sep 2, 2011
@luxminivas
Copy link

This issue is still not fixed. Tested in IE8.

@fat fat reopened this Oct 22, 2011
@fat
Copy link
Member

fat commented Oct 22, 2011

Tested here: http://jsfiddle.net/LB6CW/

ie9 works, ie8 works

@fat fat closed this as completed Oct 22, 2011
@luxminivas
Copy link

Hi Jacob,

Thank you for your response.

I am sorry, but reported but remains a problem. I am attaching screen shots
and html file. Please let me know if I need to test and provide results in a
certain way. I am open to anything to help resolve this issue.

My IE version is: 8.0.7600.16385

Thank you,
m

On Sat, Oct 22, 2011 at 11:16 AM, Jacob Thornton <
reply@reply.github.com>wrote:

Tested here: http://jsfiddle.net/LB6CW/

ie9 works, ie8 works

Reply to this email directly or view it on GitHub:
#65 (comment)

@localzuk
Copy link
Author

Well, it works with 1.1.0. but not with 1.2.0 or 1.3.0. The end result is a mess.

This is with 1.2.0 on IE9. Exactly the same with 1.3.0 - http://imgur.com/s9LCC

@fat
Copy link
Member

fat commented Oct 26, 2011

please modify the jsfiddle to provide a non working example - unfortunately screenshots are basically useless for debugging.

@alsutton
Copy link

alsutton commented Nov 2, 2011

For reference; I encountered the same problem and resolved it by ensuring that the HTML contained the HTML5 doctype definition and passed the validation available at http://validator.w3.org/

@mriso79
Copy link

mriso79 commented Jun 24, 2012

SO, I had the same problem but when using MVC frameworks for PHP, even with the HTML5 doctype set in the view - i solved by adding the doctype on the very first line of the first framework file to be called. In CodeIgniter is the index.php file in the root folder. For the FUEL php is the same logic

@neromaki
Copy link

Whilst I'm nearly a year late to this party, for anyone else coming across this issue via Google (and using a framework), Marcosriso's solution worked.

I'm using CodeIgniter, and the layout was messed up in Internet Explorer. Moving the from the top of my header to the very top of /index.php seems to have fixed everything.

(I hope I don't break any rules by posting in an old, dead topic, but I want to save anyone scouring over Google some hassle)

mdo added a commit that referenced this issue May 29, 2015
Use expressions for thirds to avoid precision issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants