CSS Dimension
The CSS dimension properties allow you to control the height and
width of an element.
 |
Try it Yourself - Examples |
Set the height
of elements
This example demonstrates how to set the height of different elements.
Set
the height of an image using percent
This example demonstrates how to set the height of an element using a percent
value.
Set the width
of an element using a pixel value
This example demonstrates how to set the width of an element using a pixel value.
Set the
maximum height of an element
This example demonstrates how to set the maximum height of an element.
Set
the maximum width of an element using percent
This example demonstrates how to set the maximum width of an element using a
percent value.
Set the
minimum height of an element
This example demonstrates how to set the minimum height of an element.
Set the
minimum width of an element using a pixel value
This example demonstrates how to set the minimum width of an element using a
pixel value.
All CSS Dimension Properties
The number in the "CSS" column indicates in which CSS version the property is defined (CSS1 or CSS2).
| Property |
Description |
Values |
CSS |
| height |
Sets the height of an element |
auto
length
%
inherit |
1 |
| max-height |
Sets the maximum height of an element |
none
length
%
inherit |
2 |
| max-width |
Sets the maximum width of an element |
none
length
%
inherit |
2 |
| min-height |
Sets the minimum height of an element |
length
%
inherit |
2 |
| min-width |
Sets the minimum width of an element |
length
%
inherit |
2 |
| width |
Sets the width of an element |
auto
length
%
inherit |
1 |

Need an easy way to get data into XML, or transform XML to another format?
MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data.
Then it transforms data instantly or auto-generates royalty-free data integration code for recurrent conversions.
Download a free, fully functional 30-day trial to experience the following features:
- Easy-to-use, graphical data mapping interface
- Instant data transformation
- XSLT 1.0/2.0 and XQuery code generation
- Java, C#, and C++ code generation
- Advanced data processing functions
- Support for all major relational databases including SQL Server, IBM DB2, Oracle, and more
- Visual Studio & Eclipse integration
Download a fully-functional trial today!
|
|
|
|