Tagged Questions
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 ...
2
votes
7answers
12k 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 ...
1
vote
1answer
28 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 ...
1
vote
3answers
595 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 ...
0
votes
2answers
53 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 ...