|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
Is it possible to use for % for the width in CSS so the layer also adjust according to the window size. <div id="Layer1" style="position:relative; width:346px; height:69px; z-index:1; left: 175px; top: 200px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; overflow: visible;"><img src="head2.gif" width="656" height="41"><br> <table width="190%" height="28" border="0" cellpadding="0" cellspacing="0"> <tr> <td height="27" background="menu.gif"><div align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong> <font color="#663333"> <font color="#613030">WHO SHOULD TAKE THE PROGRAM? || DOWNLOAD REGISTRATION FORM || LEARN MORE ABOUT CMS</font></font></strong></font></div> </td> </tr> </table> </div> i mean in above code can i use % |
|
#2
|
||||
|
||||
|
yes, you can use %
it is also recommended that you use units like % or em compared to px. makes your page more dynamic to both the window size and font-size. |
|
#3
|
||||
|
||||
|
Take a look at the W3C's CSS specifications at
http://www.w3.org/TR/REC-CSS2/synda...alue-def-number Hope this helps!
__________________
Cheers, Dave |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > is it posible to use % in CSS |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|