There is one problem here, and that is that the image may be too wide. In this case, the image is always 136 px wide and the DIV is 30% of the surrounding text. So if you make the window narrower, it may be that the image overflows the DIV (try it!). Saint Tropez and its
If you know the width of all images in the document, you can add a minimum width to the DIV, like this:
DIV.figure {
min-width: 150px;
}
Another way is to scale the image itself. That's what we have done with the image on the right here. As you can maybe see if you make the window very wide, JPEG images don't scale very well. But if the image is a diagram or a graph in SVG format, scaling in fact works beautifully. Here is the mark-up we used:
fort in the evening sun
St. Tropez
Saint Tropez and its fort in the evening sun
And this is the style sheet:
div.figure {
float: right;
width: 30%;
border: thin silver solid;
margin: 0.5em;
padding: 0.5em;
}
div.figure p {
text-align: center;
font-style: italic;
font-size: smaller;
text-indent: 0;
}
img.scaled {
width: 100%;
}
The only addition is the last rule: it makes the image as wide as the inside of the DIV (the area inside the border and the padding)
Labels:
Information,
life style,
Tutorials
Scaling the image
Rama
Sunday, May 29, 2011
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Cost-Benefit Analysis of Cloud Computing versus Desktop Grids Derrick Kondo1, Bahman Javadi1, Paul Malecot1, Franck Cappello1, David P. Ander...
-
For the recent music video for hip dubstep-rock act Nero’s first chart hit, Me & You, James May – aka Smudgethis – created a fictional ...
-
and computation requirements, and current cloud comput- ing and storage pricing of Amazon’s Elastic Compute Cloud (EC2) [4]. 2 Related Wo...
-
If like me, you find yourself juggling multiple messenger applications to keep your friends, family and colleagues happy you will be glad to...
-
• Completion. The unavailability or slowness of vol- unteer resources near the end of the computation can stretch task completion times. ...
-
We live in the future and there are new devices, smart gadgets and computers, almost every day of our lives. It can be quite difficult to ...
-
Jika Anda seorang pemilik bisnis online Anda mungkin memahami bahwa kemampuan Anda untuk menyampaikan informasi kepada prospek Anda dan pela...
-
The prevailing culture of college financing is one of federal student loans with nominal interest rates, private lender loans with high inte...
-
It is fun to celebrate with your class after you have spent 100 days at school together. This is a great elementary math game. In order to d...
-
"Rasul" Paul, sejaman tapi lebih muda sedikit dari Nabi Isa, tak syak lagi penyebar Agama Nasrani yang paling terkemuka. Pengaruh...
0 comments:
Post a Comment