HighDots Forums  

Image inside a box

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Image inside a box in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Abs
 
Posts: n/a

Default Image inside a box - 11-19-2004 , 03:59 AM






Hi!

I need to put an image inside a box, centering and resizing it to fit
the box. The box is positioned and sized in the page using percent
values. The problem is that I don't know how can I do it exactly.

This is the style code for the box:

..box {
top: 20%;
left: 20%;
width: 50%;
height: 50%;
}


This is the style code for the image:

..image {
text-align: center;
?????
}

I don't know how to center the image vertically and how to resize
it to fit the box mantaining its aspect ratio. Can someone
help me, please ?


Thanks in advance

--
Abs

Reply With Quote
  #2  
Old   
Harlan Messinger
 
Posts: n/a

Default Re: Image inside a box - 11-19-2004 , 09:28 AM







"Abs" <abs (AT) yahoo (DOT) com> wrote

Quote:
Hi!

I need to put an image inside a box, centering and resizing it to fit
the box. The box is positioned and sized in the page using percent
values. The problem is that I don't know how can I do it exactly.

This is the style code for the box:

.box {
top: 20%;
left: 20%;
width: 50%;
height: 50%;
}


This is the style code for the image:

.image {
text-align: center;
?????
}

I don't know how to center the image vertically and how to resize
it to fit the box mantaining its aspect ratio. Can someone
help me, please ?
You can't specify both the height and the width AND then expect to preserve
the aspect ratio. They are mutually contradictory.

You don't need a box.

img { width: 50%; }



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.