Tagged Questions

Fluid is a an HTML-based templating system for TYPO3 that can only be used in relation with Extbase. With Fluid, all the code for the view logic moves to the template - e.g. loops, if/else switches and similar.

learn more… | top users | synonyms

156
votes
20answers
4k views

Are fluid websites worth making anymore?

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 honest ...
10
votes
8answers
763 views

Is it wise to use a Fluid Layout?

Google Labs Browser Size I've always preferred fixed-width layouts over fluid-width layouts, one of the main reasons is that I'm able to better understand how the whole picture will be without ...
5
votes
2answers
1k views

box-shadow and 100% Fluid Width Issue

I've been polishing up a page I built over the past day or two and have run into an issue after using box-shadow - I was hoping someone might shed some light on an easy way to fix this. The Setup: I ...
5
votes
3answers
1k views

Elastic css framework with rails 3 and haml/sass?

I recently stumbled upon "elastic css" framework, which looks like a good thing to me. I tried blueprint already but I must say this seems to be an overkill for me (tried it with compass). So my ...
5
votes
3answers
1k 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 ...
4
votes
3answers
239 views

Simulating fluid flow over a heightmap

I am looking for a way to approximate a volume of fluid moving over a heightmap. The easiest solution I can think of is to approximate it as a large number of non-drawn spheres, of small diameter ...
4
votes
4answers
839 views

Fluid dynamic simulation, with obstacles

I'm trying to write a fluid dynamic simulator on the HTML5 canvas. I've found some real damn cool stuff on the internets that always look like a promising starting point, but they are all cell-based ...
4
votes
5answers
2k 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 ...
4
votes
8answers
449 views

Algorithm for modeling expanding gases on a 2D grid

I have a simple program, at it's heart is a two dimensional array of floats, supposedly representing gas concentrations, I have been trying to come up with a simple algorithm that will model the gas ...
3
votes
2answers
39 views

How do I get dynamically fluid images depending on browser window aspect ratio?

This might not be a simple question, but I try my best. I have this example site: http://lotvonen.tumblr.com/ I have a little piece of javascript that automatically calculates the height of the inner ...
3
votes
2answers
425 views

Is there a way to use max-width and height for a background image?

That simple. Moving my layout into a fluid territory, working on scalable images. Using the img tag and setting max-width to 100% works perfectly, but i'd rather use a div with the image set as its ...
3
votes
1answer
241 views

Problems with fluid layout (CSS)

I have a little problem with a fluid layout page and I don't have any idea how to fix it. This is the page: http://brownfolder.com/testing/1200-me.html And this is the problem: Try it: Open the ...
2
votes
1answer
104 views

Real-time fluid simulation techniques

What techniques are used for the real-time simulation of fluids such as water, for example in videogames? In particular, I am looking for a project-idea for an (unfortunately rather short) physics ...
2
votes
1answer
53 views

Set width of element to combined width of siblings?

Three elements are inside a fluid container in the following configuration: +-----------------+ | +-----+ +-----+ | | | A | | B | | | +-----+ +-----+ | | +-------------+ | | | C | | | ...
2
votes
2answers
410 views

Fluid and Flexible Image Slideshow with jQuery

Does anyone know if there is a jquery plugin for a "responsive" image slideshow?
2
votes
4answers
724 views

Fluid background image on browser resize

I want to achieve the fluid background image effect that you can see in this webpage: http://217.116.9.130/test2.html (taken from zara.com) If you resize your browser to the left the woman in the ...
2
votes
1answer
472 views

Stable Fluids in 3D Example

Has anyone run across or have an example of Jos Stam's Stable Fluids but in 3D? I need to pursue a 3D version of this in openGL but have been having a terrible time doing so. Is there an example of ...
2
votes
2answers
480 views

Powder Physics Games

Does anyone have any experience with this sort of thing? I'm talking about applets like this http://dan-ball.jp/en/javagame/dust/ I'm really interested in how they work, it seems more like ...
2
votes
1answer
94 views

Fluid Design bugs in ie7

I've created a dummy layout for my latest design, but when I resize the window in ie7 to check that the min-width works, it kicks the content area to below the sidebar, whereas in all other browsers ...
2
votes
4answers
725 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 { ...
1
vote
1answer
49 views

responsive image links

Im trying to make a button responsive and scale to the browser size. I did set the image as a background image on the tag but didn't seem to be getting the desired effect. I' am now using the image ...
1
vote
1answer
90 views

Typo3 Fluid Image ViewHelper and uploads directory

I am trying to use page content images in typo3 pages. I have uploaded 2 images and in DB only the filenames are stored. OK - I found the images in uploads direcory! But now how I have to display the ...
1
vote
0answers
48 views

IE 7 html5 fluid design fix

http://demo.illucent.info/fdoor.ru/fdoor.ru/furnitura/index.html layout is designed with tiny fluid grid and breaks in IE7 with huge blank space in the center while in all other browsers including ...
1
vote
2answers
68 views

How is this fluid column layout changing to single-column as page narrows?

Can someone explain how http://cssgrid.net/ achieves the effect that when the browser width is below a certain amount, the layout switches from 3-column to single-column? I've tried turning off ...
1
vote
3answers
113 views

CSS fluid 12 grid design problem

Is there any possibility that some browsers calculate % width differently? Here is the code: http://jsfiddle.net/yuliantoadi/9eqMg/2/ html : <div class="grid_6"> grid 6 </div> <div ...
1
vote
1answer
208 views

Reuse of Extbase Partials for Ajax

I didn't find a Example how to use a fluid partial in a extbase controller to reuse it for an ajax request/response. Something like the Tag f:render partial="" but in a controller to return the html ...
1
vote
4answers
82 views

css fluid design problem

please find the code in here: http://jsfiddle.net/yuliantoadi/XQuuT/ you could see grid_1 and grid_2 width are fixed 50px, but grid_2 width is 80%. the problem is when i decrease the wrapper width, ...
1
vote
2answers
207 views

how to define embed player height in fluid design to keep the aspect ratio? (when width is 100%)

i guess the title says it all. i'd like to know if there's a solution to treat embed players like images in a fluid design... i mean i usually set only the width of images (to 100%), and let the ...
1
vote
1answer
203 views

iPhone Fluid Stream Coding

My Programmer is having a hard time getting the physics to work for fluid simulation in an iPhone game. Basically, he needs to get a drop of water to continually flow down the screen and maintain a ...
1
vote
1answer
122 views

Algorithm to simulate in real time some liquid in a 2D container

I'm looking for some algorithms (or some applets/examples with source code) to simulate fluids in a 2D container (which can be moved and rotated). An example of what I need is a 2D glass with some ...
1
vote
1answer
186 views

use vertical percentage for css - height: x%;

I am trying to make a fluid layout for an app and am having some trouble with using css for height percentages. It is using the horizontal size of the window to specify the height % when I want it to ...
1
vote
1answer
610 views

C# ListView Tile Width 100%?

i have a ListView set to Tileview. The ListView width is 300 and so is the tile width. This works fine when the number of tiles does not overflow resulting in a scrollbar. When it does overflow ...
1
vote
0answers
167 views

Does anyone have a working example of fluid-animation code for the iPhone?

I'm looking for a sample iPhone app that includes animated fluids - for example, a fish tank, or glass of water. Is there one available somewhere?
1
vote
4answers
792 views

CSS liquid layouts with fixed padding/margins

I was wondering if anyone knows of a way to incorporate pixel width paddings or margins to a fluid column design, without the need for extra html markup. To further illustrate, consider a simple ...
1
vote
1answer
526 views

CSS - positioning a background image on a fluid layout

so the layout is like this: <div style="width: 100%;" class="container"> <div class="col1" style="width:30%;float:left;"> column 1 </div> <div class="col2" ...
1
vote
1answer
538 views

Safari Extension, Fluid App

I've written a simple extension for Safari that captures clicks on the RSS button in the address bar (calls to the feed:// protocol) and redirects to Google Reader instead of Safari's feed reader. If, ...
1
vote
2answers
488 views

Canvas Animation

I'm making a graph script using canvas, i'm adding animation to a chart but i don't like the way that it's look, i use setInterval for X function adding height to a rectangle to make a bar chart for ...
1
vote
3answers
98 views

How to get a CSS Layout like at elkaniho.com/

This website http://www.elkaniho.com/ has a CSS layout which is what i want, you see, the divs stack on top of each other, not on a precise grid, but just at the bottom and on the side. And when you ...
1
vote
1answer
944 views

iPhone fluid simulation (like in Liquid app, using gravity etc)

How can i achieve Liquid app style fluid simulation? An I need LBM or SPH? I think SPH is too heavy for use on iPhone. But water in Liquid looks like SPH. Thank you!
1
vote
2answers
90 views

Screen Resolution, Fluid Layouts, Restoring

I love making fluid layouts, but as we all know, one of its problems is that on larger screens, it can cause text to horizontally extend to uncomfortable lengths. I myself only have a moderate screen ...
1
vote
0answers
160 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; ...
1
vote
2answers
1k 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 ...
1
vote
3answers
942 views

Fluid content div with optional sidebar

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 layout. ...
1
vote
2answers
3k 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 ...
1
vote
3answers
139 views

CSS Column Divs Help needed

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 various ways ...
0
votes
1answer
65 views

TYPO3 Fluid: Using own fluid renderer fails since TYPO3 4.6

I used in an extension an own fluid renderer: /** * Makes and returns a fluid template object * * @return Tx_Fluid_View_TemplateView the fluid template object */ protected function ...
0
votes
1answer
17 views

How to expand a fluid element out past a fixed width template

I've got myself into a bit of predicament where I have a fixed width site, but need two fluid width bars to go 100% across the screen. I'm using a rather horrible wordpress template for the site in ...
0
votes
1answer
49 views

How to make a fluid footer. How is my code?

www.sykkevisuals.com My company website I'm working on. This is my first post on Stackoverflow. I've read so much information on this site but figured it was about time to be more interactive. First ...
0
votes
0answers
84 views

no access to FB.Canvas.scrollTo with fluid height

You can access FB.Canvas.getPageInfo to read the information but they seem to be no way to scroll to a precise position in fluid height since FB.Canvas.scrollTo is only enabled when Canvas Height is ...
0
votes
0answers
62 views

Typo3 Fluid ViewHelper for random page

I am making my first site with typo3 and I need to place a boxes with random pages on my first page. I made an frontend extension and I have a ViewHelper in it wich displays a box with HelloWorld ...

1 2 3