Switch to full style
HTML code examples
Post a reply

Set image size as a percentage of the page size

Fri Feb 17, 2012 4:39 pm

Set image size as percentage of the total web page size.
Code:
<html>
<
head>
<
title>Set image size by a percentage of page size </title>
<
style type="text/css">
#percentageSize {
  
width20%;
  
height20%;
  
backgroundred;
}

</
style>
</
head>
<
body>
<
center>
<
p>  Setting the image size by Percentage  , <br/>
    <
img id="percentageSize" src="site_logo.gif" alt="Logo"/>
    <
p>
</
center>    
</
body>
</
html
 




Post a reply
  Related Posts  to : Set image size as a percentage of the page size
 Auto image size     -  
 Change Image File Size (Height And Width) While Uploading     -  
 What is the size of this Structure     -  
 get string size in c++     -  
 Nav button size     -  
 Array size to zero     -  
 get Folder path and size     -  
 preferred size of a component     -  
 set the size of border in pixels     -  
 Variable Size Arrays     -  

Topic Tags

HTML Image