0
votes
2answers
11 views
Fixed-Fluid Columns in Table
<table>
<tr>
<td>Fixed-Width Column: 250px</td>
<td>Fluid Width Column: remaining width</td>
</tr>
</table>
I'm not creating a page …
60
votes
16answers
1k views
Are fluid websites worth making anymore?
Hey guys,
I'm making a website now and I am trying to decide if I should make it fluid or not. Fixed width websites are much easier to make and also much easier to make them appear consistent.
To be …
4
votes
5answers
260 views
Fluid Form Layout in Delphi
We have developed a software. In this software we are show and hiding a few controls on various input screens depending on various situations.
When we hid a control what happens is that the space …
0
votes
1answer
81 views
iPhone fluid simulation
Somebody know fluid engine for iphone?I need water and gases simulation.
1
vote
0answers
18 views
Fluid NumericPad Issue
using Fluid.Classes;
using Fluid.Controls;
using Fluid.Drawing;
using System;
using System.Linq;
using System.Collections.Generic;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
…
0
votes
2answers
72 views
Spread out elements over a fixed width div?
Hi
Is there way to spread out elements, (eg: <li>'s inside a <ul>), within a div?
EG: I have 3 elements, so they all get 30%
EG: I have 5 elements, so they get 20%
What is the best way …
0
votes
3answers
111 views
Fixed - Liquid - Fixed Layout
I'd like to have a [Fixed][Liquid][Fixed] cross-browser compatible layout.
HTML:
body
div#col-1
div#col-2
div#col-3
CSS:
#col-1 {
width:150px;
float:left;
}
#col-2 {
…
0
votes
1answer
68 views
jquery tabs css fluid layout
hi guys,
quick question. I have a tabbed interface for my site but I have all the parts of the site crashing into each other. How do I achieve a fluid layout where it simply resizes when the display …
1
vote
3answers
129 views
Fluid content div with optional sidebar.
Hello, I have a question that I haven't found addressed in the various CSS layout models I've looked at, so I thought I'd post it here.
I'm working on a site that uses a basic fluid/fixed two-column …
0
votes
2answers
469 views
Fluid grid layout jQuery
Im using http://phase-change.org/jquery.gridlayout to achieve the fluid layout of several divs in my layout.
I need to keep a div on the right which contains my main menu the rest its just the …
0
votes
0answers
535 views
Taming Scrollbars in complex layout in Flex
Are there any general tips on managing scrollbars and maintaing a complex liquid layout in flex?
Here is the scenario:
The application container is full browser screen with a docked application bar …
4
votes
3answers
409 views
website using 960.gs what css rule is responsible for divs filling 100% screen width
Hi I am trying to learn CSS and have been looking at the source of websites to learn how it works in practice. I came across the 960 grid system the other day, and found a really beautiful site design …
1
vote
3answers
52 views
CSS Column Divs Help needed..
Hi everyone, I am trying to construct a page layout, where the left column has a fixed width and a height of 100% (of whatever the right column is) and the right column has a fluid width. I've tried …
0
votes
1answer
197 views
CSS Help, Making Menu Fluid
I got some help with this menu earlier but have a different request now.
The menu works fine with fixed width but I would like the words to wrap ONLY on the top menu categories. I need to be able to …
0
votes
1answer
131 views
Vertical spacing between display:inline divs in a fluid grid
Ok, not too sure where to start...
I'm putting myself together a blogger, completely gutting it's css and just using it as a simple content manager. here is the test site i've been working with
…
