Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

20
votes
10answers
8k views

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 and anguish, I'm just about ready to give up. I'm willing to go to ...
5
votes
4answers
5k views

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? I've seen Emtastic, but it doesn't look like it's been active for about ...
4
votes
1answer
259 views

Include different file in Jekyll depending on the locale

I'm trying to create my first Jekyll website and I'm encountering a problem designing the i18n part. The different articles will be totally rewritten for each language, so each one will be a ...
4
votes
3answers
830 views

CSS: Centered, fluid left, fixed right, source ordered layout with min/max width

The titles says it. I want a 2-column CSS layout that: is centered - the main content is centered on the page has a fixed (pixel) right column width has a fluid left column - uses up all available ...
3
votes
2answers
466 views

How can I incorporate an image map into a fluid layout?

I am currently having a huge headache trying to get a site I'm building to work across variable resolutions. The main navigation is through an image map that needs to fill most of the viewport. I know ...
2
votes
2answers
129 views

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 browser window in Chrome won't resize below 400px it just gets stuck there and in FF ...
2
votes
2answers
63 views

CSS - how to make 2-column layout of 100%-height with a header of unknown height

I need to achieve subject, and really got stuck. To better describe, I've put up a picture of what I need to get: At first I've tried to do it with divs, but it looks completely different in ...
2
votes
2answers
108 views

How to implement a vertical liquid layout with divs

My website has three components: a fixed height header that spans the width of the screen a fixed width nav under the header on the left that spans the remaining height of the screen a content area ...
2
votes
1answer
282 views

Liquid layout in WPF?

Is Liquid layout feasible in WPF? any concerns/questions we need to address when we make Liquid layout? Does Liquid layout adjust the text font size and also adjust image width when it is small and ...
2
votes
3answers
153 views

CSS - Why does height seem to be set, when it's not?

Ok, this is really annoying and I can't understand why this is even happening. I may have screwed some stuff up when trying to get the CSS Sticky footer to work. I had one going on, but it seemed ...
2
votes
4answers
324 views

How to go about serving the same app on different resolutions/screens

Scenario: You need to expose the same app on different screens - let's say a standard 15''-17'' a portable 10'' and a mobile 4'', possibly working on different resolutions. Question: Do you attempt ...
2
votes
1answer
675 views

jQuery Dynamic Height Width of Modal

I am creating a modal that will be used for different aspx pages that already exist, so the div that I have to hold the pages (which will be loaded through ajax.load method) needs to grow vertically ...
2
votes
7answers
2k views

How do you make a webpage change its width automatically?

In HTML, is there a way to make a webpage expand to the user's monitor? Like say I have a 15inch, but someone else has a 24 inch. The webpage would be small on their screen, but would fit on min. ...
1
vote
2answers
23 views

Auto Fitting Content?

I want to know how http://staffanstorp.se/ has the capability of flowing content (I believe thats the term, please correct me if I'm wrong). I will also change the tags in accordance so others may ...
1
vote
2answers
36 views

Layout issues, part fixed width, part elastic

I've already had a look through some posts and couldn't find what I was after. I'm designing something in PS at the moment and I can foresee an issue when it comes to coding the design into html+css. ...
1
vote
2answers
130 views

css3 min-max width when zooming out pages

A good day to you. I am working on a webpage but I got stuck on defining the max and min width. Basically I would want my page to be centered in when zooming out the webpages like what most webpages ...
1
vote
2answers
75 views

CSS 3 Panel Liquid layout content spacing

I have a great working 3 panel liquid layout but I just noticed that a problem with it. When there is a div with a float:left and another div below with clear:both, all the divs below the cleared ...
1
vote
3answers
103 views

Liquid layout versus fixed layout : which one to chose?

In this question, it is said in the most upvoted answer: Use liquid layouts Why this is considered a good practice ? My opinion is that it is more difficult to dezign a liquid layouts because it ...
1
vote
1answer
66 views

how to make the menu sticked and don't be moved when changing the browser or the zoom

Q: I have a navigation menu ,i notice that every time i change the browser zoom. its position changed.how to make the menu fixed in its place. the .css: ul#topnav { margin-left:0; ...
1
vote
2answers
324 views

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 name="state" type="ENUM('yes','no')"> I'm using postgresql as my DBMS. is there anything like ...
1
vote
2answers
387 views

Div layout with 3 columns: fixed - liquid - fixed

I'm trying to build a 3 column layout that has one fixed column on the left, a fluid column in the middle and another fixed column on the right. Anyone seen this? There are similar problems here, ...
1
vote
1answer
183 views

collapsible layouts in flex

I'm just finished my first month of getting to grips with flex. All of my projects so far have be very small fixed sized containers with everything in the application resting in an absolute position. ...
1
vote
4answers
2k views

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 when it's containing <div> changes size (for example, due to window resizing). When ...
1
vote
1answer
57 views

Is it possible to do AJAX calls in a liquid template?

I'm looking at the liquid templating language for Rails apps: http://wiki.github.com/tobi/liquid/ I'd like my users to also be able to make AJAX calls (just like the ones in rails for ...
1
vote
2answers
219 views

Liquid Layout: How to

If I mark all my divs in percent, they fill up all the space nicely. I am facing 2 problems: a) Image sizes: How do I define image sizes so that they do not become larger or smaller than wanted as ...
1
vote
4answers
691 views

Find the width of a left floated list and apply to wrapper div to center it using css - jQuery?

I wish to center a ul in a div that is the left column of a liquid layout. To do so I need to set the width of a div that I've used to wrap the ul. Note: the list items (and content) are retrieved ...
1
vote
2answers
120 views

Liquid CSS layout issues

Alright I have a CSS liquid div based layout for my personal web site. The address is http://danberinger.com/preview.html The problem is the I do not want the footer section to act as if it were ...
1
vote
3answers
2k views

Using Liquid as a Ruby on Rails layout

I want to create a Ruby on Rails layout and it should be in Liquid format. Basically what I'm trying to do is to let the users to create their own layouts and save them in the database. I tried to ...
1
vote
2answers
378 views

Div Layout - Repeating image help

I am trying to get the main content portion of my website to be wrapped in this notebook style look. However on the main content portion I have a repeating image that sometimes cuts off at halfway ...
1
vote
1answer
1k views

CSS: Dynamic width on Menu

Exact Duplicate of http://stackoverflow.com/questions/994208/css-help-making-menu-fluid The menu works fine with fixed width but I would like the words to wrap ONLY on the top menu categories. I ...
1
vote
1answer
784 views

Partials in Liquid

We're trying to rewrite our current views from ERb to Liquid and we got following problem: we have a lot of render(:partial => '/path/to/partial') in our code, but we found absolutely no ...
0
votes
0answers
34 views

CSS compliant and Liquid layout master page

i tried to make a master page with all css and minimum markup. but i could not do it properly i think. i still have few tables in it. is it normal? could you please tell me how can i improve the ...
0
votes
0answers
20 views

Liquid layout, fixed footer side-scroll gap issue

I'm having the most damning problem with my website and I'm kind of new to website design so I don't have the marbles yet to solve it myself. I decided too late in the game that the website should ...
0
votes
2answers
28 views

Need background image to scroll but conflicts with fixed left column and liquid right column

here is the layout http://timsegreto.com/cssmock/mock.html i need the background image to scroll concordant with the text block in the right column. ive tried many different ways with no success. ...
0
votes
2answers
58 views

How to make a block of text have the same width as the images rows in a liquid layout?

I have one block of text, that is the resume of a gallery. The gallery has a liquid layout, that's to say, you can see 4 pictures to x pictures, let's say, 8 pictures, depending on the screen width. ...
0
votes
1answer
57 views

HTML - Liquid Layout Zoom [closed]

The HTML layout I am using is having problems: 1) The "Now Playing" bar on the right won't move down to fit in nicely with the rest of the layout no matter what settings I change (left, margin-left, ...
0
votes
1answer
38 views

having trouble adjusting css height of divs to be 50% of page. I want liquid layout without using any em or pixels anywhere

I am trying to setup a liquid layout for a page and I am having great difficulty adjusting the height of the divs. I don't want a fixed layout because I want the page to fit like a glove, no matter ...
0
votes
1answer
103 views

Safari Image Resize Bug? Box-Model Issue?

I'm creating a liquid j-query slider using Mark Tyrell's blueberry plugin (all hail!), but am having a problem with thumbnail images not re-sizing in Safari (mobile or desktop) that work in IE 8, and ...
0
votes
4answers
76 views

CSS Float divs sitting as block not as grid

Please Check out the fiddle on http://jsfiddle.net/Qu63T/1/ What I want is The green div to float next to the blue one. and the .block divs to appear as a grid. I don't want to remove the .m div and ...
0
votes
4answers
90 views

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 child divs are going to have. I was trying out on http://jsfiddle.net/gtdfY/2/ The container ...
0
votes
3answers
239 views

dojo Show/Hide One ContentPane While Another ContentPane Is Liquid

I've been struggling for weeks trying to crack this nut so I'm not sure if it's impossible, or if it's my lack of coding chops... or both. I'm not a programmer and I'm a newbie to Dojo Toolkit. I ...
0
votes
1answer
31 views

Adding overflow-y to block element causes width to decrease.

This is what I have, I have left div, and a right div. The left div is a fixed width, and floated left. The right Div is a "display: block" to make it full width, and has a margin on the left to ...
0
votes
2answers
87 views

how to convert this site to a mobile site or make it liquid?

Im wondering if there is a way to convert static pages to mobiles pages. By mobile-pages I mean to make it possible to drag the desktop content to a smaller window-size (e.g smartphone size: 320px). ...
0
votes
1answer
46 views

HTML + CSS: take all available viewpoer

I'm trying to make liquid HTML layout with header (taking all available width and 130px height), 2 columns (1: 300px width all possible height, 2: all available width after column 2 took its 300px and ...
0
votes
2answers
64 views

Fluid height of middle element

Take a look at this piece of code The height of the div is set to 100px, and overflow: hidden is hiding the content over 100px. What I want to do is to make the <ul> element fluid so regardless ...
0
votes
0answers
60 views

Liquid 2.2 problem on ruby on rails 3

i want to use liquid layout on my RoR 3 app. i don't want to change /views/layouts/appliaction.html.erb but i want to change special page template such as my product page : ...
0
votes
1answer
217 views

Tableless layout with two liquid columns (liquid - fixed - liquid)

So, this web application I'm working in haves three vertical columns expanding for the entire window height, and a footer div expanding for the entire width. The layout looks like this: +|+ --- ...
0
votes
3answers
83 views

Vertical DIV liquid layout issue

Given the following HTML/CSS, what is the simplest way of implementing a vertical 'liquid' DIV (#ribbon1 and #ribbon2) that grows with the content of the #content DIV? <!DOCTYPE html PUBLIC ...
0
votes
1answer
417 views

How to make a liquid, centered, image with a caption overlay?

I'm trying with CSS to display an image centered with a caption overlay, and a liquid capability when the browser window is too small (shrink to fit). My current best attempt looks like the following ...
0
votes
2answers
716 views

Liquid textfield width

I have this fairly simple form: <form action="..."> <div> <input type="text" class="input-text" value="" name="text" /> <input type="submit" class="submit" ...

1 2