Tagged Questions
31
votes
6answers
17k views
CSS floats - how do I keep them on one line?
Hey, I want to have two items on the same line using 'float: left' for the item on the left.
I have no problems achieving this alone. The problem is, I want the two items to stay on the same line ...
1
vote
2answers
79 views
Auto stretch div when it's default height/width is filled
my template is as follows:
.layout{
height:100%;
width: 70%;
position: fixed;
}
.header{
height:20%;
width: 100%;
}
.content{
height:60%;
width: 100%;
}
.footer{
height:20%;
width: 100%;
...
1
vote
2answers
225 views
Stretching and resize a div dynamically
I am trying to stretch div as soon as some text is loaded.I am able to do that by giving min-height:140 px and height:100% to its parent container. But content in my div is crossing its parent ...
1
vote
3answers
627 views
how to set the stretch the background image with CSS
how to stretch the background images using CSS for page backgrounds and for DIV & table backgrounds... so that if the window size changes the background image size should stretch (expand / ...
0
votes
1answer
69 views
Can't stretch div when width is filled
I want to add auto stretch the content div and add horizontal scroll to the page when the width of the content is overfilled.
You can see the HTML/CSS here: http://jsfiddle.net/Rknbs/
HTML
...
0
votes
0answers
66 views
Is it possible to both vertically stretch and horizontally center a background image using CSS?
I have been able to vertically stretch the image so no matter the screen height, it's the same. I have also been able to separately center the background image horizontally, but when I try to do both ...
0
votes
2answers
136 views
How to make a div with position:fixed occupy the entire parent width (and resize with it)?
See this fiddle: http://jsfiddle.net/eEe2C/2/
The green row 1 is fixed but does not stretch the entire parent width which the other blue rows do. Think of row 1 as the column headers in a grid. It ...
0
votes
0answers
319 views
Background Image not stretched completely in IE7 to fit parent div
I am new to html and stuck badly on one problem.
I am trying to fit my background image to its parent container but it seems it does not occupy the full space of its parent container in IE7. "I put ...