0
votes
0answers
86 views

Liquid vs responsive design [duplicate]

I have gone through this post but there is still one thing that confuses me. This is my understanding of the 2 kinds of layouts: Liquid Design For instance, i have a 3 column layout and i decide to ...
-3
votes
1answer
185 views

Is it bad to have two levels of drill-down data shown at once? [closed]

As a general rule of design is it looked down upon to have more than one div on top of the page contents? I have a table displaying a list of records. When one is clicked, another table is added ...
0
votes
3answers
170 views

Different approach for this layout

Here's my form layout. Clicking the add school will add another form table at the bottom. And I think the "Add School" button is too long.. How can I improve this..
4
votes
4answers
299 views

Should Website “Container” elements reach the bottom of the screen?

I've got a fixed width layout site much like SE and Twitter and it personally bugs me when my "short" pages don't reach the bottom of the page. I've been wondering if this is a purely stylistic issue ...
11
votes
8answers
2k views

What are the rules of thumb for margins in web design?

My web designer tells me that in a web page, the empty margins or padding should always be multiples of a standard. For example 6 px, 12px, 18px. This should produce nicely balanced lay-outs. I would ...
-1
votes
5answers
1k views

Mixing percent and fixed CSS [closed]

I cannot delete the question but I have moved it to SO: http://stackoverflow.com/questions/3600204/mixing-percent-and-fixed-css Should you ever apply percentage and fixed CSS together? Will it cause ...
5
votes
2answers
192 views

What's the best way to design the web interface which runs the same on almost all resolutions?

With web pages, what's the CSS framework or any other idea, which may show the web pages the same way on almost all screen resolution using div?