Posted The: 02/06/2008 At: 5:56
Last Edited: 15/08/2008 At: 18:49
Contents:
The max-width Property of CSS is used to define a maximum width for elements.
Note. Its recommended to give your percentage based layouts a max-width, and min-width.
You can use our StyleSheet Selector to allow your users to control the max-width.
Read: Units of Measurement, to understand the many possible values.
#Basement {
width: 90%;
max-width: 1600px;
min-width: 728px;
}Inherited? - NO!
Comments: [0]
© Brugbart Webdesign