Tagged Questions
5
votes
7answers
13k views
how to make child divs always fit inside parent div?
My question is if there is a way, without using javascript, to cause child divs to extend to the borders of their parent, without exceeding those borders, when you cannot know beforehand the size of ...
2
votes
3answers
683 views
text fit inside the box in my web page
i have one big pic as background to my webpage.
that pic contains a box inside the pic itself.so i want to place text on that background image such that it should fit in the box and shrink or resize ...
2
votes
3answers
2k views
print css: fit in one page
In my page there's only one image. Kind of 1500x3000 px.
In the printer, I need that this image's maximum width to be the width of the page, so I did: width 100% in the css, and it works.
But the ...
1
vote
1answer
30 views
How to make each of div or article fit the screen fullly
<body>
<article id="one">...</article>
<article id="two">...</article>
<article id="three">...</article>
...
</body>
How can I make ...
0
votes
3answers
43 views
Having strange issue with CSS
Here is CSS
#content {
margin-left:190px;
margin-right: 10px;
overflow: auto;
}
Firefox & Opera result
Chrome Result
Tried to manually set #content's width param to 90%. It ...
0
votes
2answers
60 views
Stretch div to fit a gap
I'm working on a new portfolio site which has a menu that looks like this: http://cl.ly/9rJ7
The Logo and three buttons are positioned absolute and have a fixed width (which will be changed by ...