| Author |
Image width and height in CSS?
|
Vikrama Sanjeeva
Ranch Hand
Joined: Sep 02, 2001
Posts: 756
|
|
Hi, What is the equivalent CSS code of the following HTML ? I am succeed in calling Image via CSS in my JSP but unable to set the image width and height in CSS as in above HTML. Plz. help. I am using following CSS code: Bye, Viki. [ June 30, 2004: Message edited by: Vikrama Sanjeeva ]
|
Count the flowers of your garden, NOT the leafs which falls away!
Prepare IBM Exam 340 by joining http://groups.yahoo.com/group/IBM340Exam/
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
By using the background to place an image you are not able to adjust the height. If you just leave the image tag like it is you can use style="width:100px;height:100px" Eric
|
 |
 |
|
|
subject: Image width and height in CSS?
|
|
|