Not signed in (Sign In)

Vanilla 1.1.8 is a product of Lussumo. More Information: Documentation, Community Support.

Syntax Highlighting

You can highlight any code you post by wrapping it in the BBCode tags, [code lang="css"]code here[/code]. Other usable lang values are "xml", "html", "xhtml", "css", "js", "javascript", "php", "sql", "python", "py", "ruby", "rb", and "java".

Choose the Format Comments option "SyntaxHighlighter" to use this BBCode. Note that no other BBCode is supported at the moment.

    • CommentAuthordje0624
    • CommentTimeFeb 21st 2010
     
    Hey guys,
    I'm pretty new to css and am having trouble with my columns. I want my columns to be able to expand to fit the size of any page. Is this even possible? If so what would be the best way to do it?
    thanks for any input
    • CommentAuthordotnetnoob
    • CommentTimeApr 26th 2010
     
    Have you tried something like:

    <div style="width:100%">
    <div style="width:30%;float:left"></div>
    <div style="width:70%;float:right"></div>
    </div>

Valid XHTML 1.0 Strict

Valid CSS!