Hi.

If I try the following, I get messy results.
Screenshot: http://imagebin.org/86223

What am I doing wrong?

The code follows:

<head>
    <link rel="stylesheet" href="blueprint/screen.css" type="text/css"
media="screen, projection">
    <link rel="stylesheet" href="blueprint/print.css" type="text/css"
media="print">
    <!--[if lt IE 8]><link rel="stylesheet" href="blueprint/ie.css"
type="text/css" media="screen, projection"><![endif]-->
</head>

<body>

    <div class="container showgrid">

        <!-- FIRST ROW -->

        <div class="span-4">
            row 1, col 1
        </div>

        <div class="span-10">
            <input id="pokus" type="text" value="row 1, col 2" />
        </div>

        <div class="span-10 last">
            row 1, col 3
        </div>

        <!-- SECOND ROW -->

        <div class="span-4">
            row 2, col 1
        </div>

        <div class="span-10">
            row 2, col 2
        </div>

        <div class="span-10 last">
            row 2, col 3
        </div>

    </div>

</body>

-- 
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en.

Reply via email to