Questions tagged [fluid]

Fluid is a an XML-based templating system for TYPO3. With Fluid, all the code for the view logic moves to the template - e.g. loops, if/else switches and similar.

Fluid is a an XML-based templating system for TYPO3. With Fluid, all the code for the view logic moves to the template - e.g. loops, if/else switches and similar.

The standalone version can be used out of the box and there are integrations for TYPO3 and Neos

It looks like this

// this
<f:count>{myArray}</f:count>

// or  
{myArray -> f:count()}

Official documentation: https://github.com/TYPO3Fluid/Fluid

Since 2017-06 there is also Fluid for whose syntax is not related to php-fluid but which aims to be close to .

1458 questions
0
votes
1 answer

As3 3D - Ink drop spreading in water

I'm researching the following problem: Let's say I have a glass of some fluid (water for example). The fluid is completely transparent and I don't have to render it at all. However a ink drop is dropped in the glass and it's spreading in the…
Chavdar Slavov
  • 865
  • 8
  • 22
0
votes
1 answer

Text won't stay centered within box on overflow

I can't seem to make text stay centred in a container if it overflows that container. In my example, it's a horizontal menu within a fluid layout. It works fine until the browser window is shrunk sufficiently for the text to overflow. Once this…
James
  • 87
  • 1
  • 10
0
votes
1 answer

Fluid Extbase HTML not correct

I have this Code: {article.text} My Problem is that if i have a Tag like object oder param in the {article.text.} The Code doesn't compile this an show me the normal text. Is there a other possibility to prevent this…
zoom23
  • 694
  • 2
  • 10
  • 23
0
votes
1 answer

Fixing Fluid margin-top increases as browser width is increased

I have a case where when specifying a fluid margin-top like for instance 20% and when I resize my browser window horizontally, the margin-top increases. This is a bit unexpected for me. I am looking for a quick fix for this .. …
Manish Basdeo
  • 6,139
  • 22
  • 68
  • 102
0
votes
1 answer

CSS fluid grid layout with full viewport height

I need to design a landscape page for mobile Web app like this: (CSS3 and jQuery allowed) A, C and E share same width in percentage (maybe 50%, maybe more or less). B, D and F to fill the remaining width.. Headers A and B to stick at…
Didier Levy
  • 3,393
  • 9
  • 35
  • 57
0
votes
3 answers

How can I set the text to the same relative size in iPhone's Safari and any desktop browser?

I want to build a website that looks exactly the same across all screen width's, which means the whole website will scale according to the screen's, or more accurately, the viewport's width. This is relatively easy to do for SVG images and I have…
André Casal
  • 1,012
  • 1
  • 11
  • 25
0
votes
1 answer

Odd resizing with 960px innerwrap of desktop site

Id like to know why my inner wrap of the desktop css for this site is not working. Basically if set innerwrap to margin:0 auto; and width: auto; there is no problem, but it's not centered on the footer or main div When I have innerwrap as it's…
0
votes
1 answer

CSS package for fullscreen fluid, responsive layout, scrolling content

I am looking for a CSS package that will aid one in building a fluid/responsive layout with scrolling content... I don't know if I'm describing this accurately, but what I mean is represented well here and here. there are others, but those 2 show it…
Shackrock
  • 4,601
  • 10
  • 48
  • 74
0
votes
1 answer

CS6 Fluid Grids and High Density Displays

I have a question regarding Dreamweaver CS6's implementation of responsive design. If i were to use the default media query settings (phone=480px wide, tablet=768px wide, and desktop=1232px wide), what will happen when viewing the site on a retina…
0
votes
2 answers

How to have fluid height in css?

I'm trying to make slide down effect on some items, on hover the image will slide down and show the content, the problem is when you resize the browser the images resize too because I have img { max-width: 100%; } but the problem is I can't have a…
Pierre
  • 12,468
  • 6
  • 44
  • 63
0
votes
2 answers

jQuery: Relocate absolute-position of DIV (top & left properties) on WINDOW RESIZE

Language: jQuery I have a bunch of DIVs on a page. I'm trying to change their absolute-position (top/left properties) each time the window resizes (to make them proportional to the viewport, while maintaining their original layout). jsFiddle:…
Mafia
  • 792
  • 2
  • 19
  • 39
0
votes
1 answer

Typo3 fluid view as a modal dialog

For my typo3 extbase extension, I have a view which just a form for uploading pictures.On form submission, the user is redirected to another view. Now, I want to display this fluid view with the form as a modal dialog.Is this possible and if yes,…
user1107888
  • 1,481
  • 5
  • 34
  • 55
0
votes
1 answer

What is making this horizontal scroll bar pop up?

I've got a one page site that I'm building for myself and I've got a small but annoying (to me) bug. I'm working on making it media query friendly, and so far what I'm learning is coming together ok. What's bugging me is that when the site is being…
0
votes
1 answer

Shifting pages within website

I have just about finished adding all of the content to each page of my website. I've noticed, however, when I navigate between links some of the pages shift to the right about 10 px or so. This is extremely irritating. All of my pages are contained…
user1792476
  • 25
  • 1
  • 5
0
votes
1 answer

Fluid images - portrait/landscape

I have a simple slideshow (list items) but a combination of portrait and landscape images. I'm working on a fluid grid so everything is, essentially, 100% of itself. I'm wondering if there's a way for all the images to remain the same height, but…
John the Painter
  • 2,495
  • 8
  • 59
  • 101