Top "Liquid-layout" questions

A Liquid Layout, sometimes also referred to as a fluid layout, is a CSS technique in which the majority of the page components have percentage widths, and thus adjust to the user's screen resolution.

CSS container div not getting height

I want my container div to get the height of max of its children's height. without knowing what height the …

css css-float liquid-layout
Browser doesn't scale below 400px?

I'm working on putting together a liquid style-sheet and it works wonderful. One thing that I've noticed is that my …

html css layout liquid-layout
In CSS, how do I get a left-side fixed-width column with a right-side table that uses the rest of the width?

So I've tried to work with the pure-CSS, never-use-tables-for-layout gospel, I really have. But after an incredible amount of pain …

html css liquid-layout
Date Math / Manipulation in Liquid Template Filter

I'm constructing an "Integration URL" in Desk.com, which uses the Shopify Liquid Template filter syntax. This URL needs to …

date shopify liquid liquid-layout
How to resize a Flot graph when its containing div changes size

I'm using the Flot graphing library jQuery plugin and I haven't found a good way to handle resizing the graph …

javascript jquery resize flot liquid-layout
CSS 3 column liquid layout with fixed center column

I want to make for my marketing site a 3 column layout that has images in the top banner. I want …

html css layout liquid-layout
How can I show just the most recent post on my home page with jekyll?

<ul class="entries"> {% for post in paginator.posts %} <li> <a href="{{ post.url }}"> <…

templates jekyll templating liquid liquid-layout
Best Liquid Layout CSS Framework?

Is there an active/solid cross browser css framework on par with blueprint/yui/960 that supports percent based liquid layouts? …

css-frameworks liquid-layout
enum data type for liquibase

I'm currently working on a liquibase.xml file to create table table_a. One of my fields is <column …

postgresql liquibase liquid-layout
jQuery image carrousel with fluid/liquid width

Does any of you know a jQuery image carrousel with fluid width? I found this: http://www.nikolakis.net/liquidcarousel/ ...…

jquery carousel fluid liquid-layout fluid-layout