Tagged Questions
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 ...
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 ...
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
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 ...
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
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
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
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 ...
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
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
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
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
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" ...
0
votes
2answers
85 views
Liquid layouts and borders
I am having problems with a liquid layout and borders, causing elements to overflow.
Here is a jfiddle with the exmaple of
the page with no borders (works
fine): http://jsfiddle.net/eRaB5/1/
Now ...
0
votes
1answer
453 views
CSS box stretch to occupy all available room
So I'm trying to create this layout.
Here is a picture of the 3 "boxes" that constitute the page: https://dl.dropbox.com/u/9699560/layout.jpg
And here is my attempt: ...
0
votes
3answers
300 views
HTML / CSS: How to make the content follow the footer?
My problem is that I need a footer which is always on the bottom, even if the page scrolls etc.. but I don't know how to make the content follow the footer.
Please see the example given, this is a ...
0
votes
1answer
607 views
Can't Prevent Nested Div's from Overflowing when using Percent Sizes and Padding in CSS?
I want to be able to layout nested divs with these properties:
width: 100%
height: 100%
padding: 10px
I want it to be such that, the children are 100% width and height of the remaining space after ...
0
votes
1answer
635 views
one liquid div with one fixed size div
I am trying to build a layout which has a fixed width div and a liquid width div beside it :
<div id="main" style="width:100%; height:500px; background-color: #ccc;">
<div id="right" ...
0
votes
1answer
1k 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 ...
-1
votes
1answer
83 views
Shopify .liquid & .css edit locations [closed]
I'm pretty new to Shopify, and trying to get things working on the web in general, and am having some problems making some changes to the Minimo theme. I'm hoping to get some help with:
Due to what ...