Academic Tutorials



English | French | Portugese | German | Italian
Google

Home Source Codes E-Books Downloads Contact Us About Us

CSS Tutorial
CSS Introduction
CSS Basic Syntax
CSS How to Insert
CSS Selector
CSS Internal
CSS External
CSS Inline
CSS Classes
CSS Background
CSS Text
CSS Font
CSS Border
CSS Margin
CSS Padding
CSS List
CSS Dimension
CSS Classification
CSS Positioning
CSS Pseudo-class
CSS Pseudo-element
CSS Media Types
CSS Mouse Cursor
CSS Properties
CSS Layers
CSS Float
CSS Summary

HTML Tutorials
HTML Tutorial
XHTML Tutorial
CSS Tutorial
TCP/IP Tutorial
XML Tutorials
XML Tutorial
XSL Tutorial
XSLT Tutorial
DTD Tutorial
Schema Tutorial
XForms Tutorial
XSL-FO Tutorial
XML DOM Tutorial
XLink Tutorial
XQuery Tutorial
XPath Tutorial
XPointer Tutorial
RDF Tutorial
SOAP Tutorial
WSDL Tutorial
RSS Tutorial
WAP Tutorial
Web Services Tutorial
Browser Scripting
JavaScript Tutorial
VBScript Tutorial
AJAX Tutorial
DHTML Tutorial
HTML DOM Tutorial
WMLScript Tutorial
E4X Tutorial
Server Scripting
ASP Tutorial
PHP Tutorial
PERL Tutorial
SQL Tutorial
ADO Tutorial
.NET (dotnet)
Microsoft.Net
XML Web Services
ASP.Net
.Net Mobile
C# : C Sharp
ADO.NET
VB.NET
Multimedia
SVG Tutorial
Flash Tutorial
Media Tutorial
SMIL Tutorial
Web Building
Web Browsers
Web Hosting
W3C Tutorial
Web Building
Web Quality
Web Semantic
Web Careers
Java Tutorials
Java Tutorial
JSP Tutorial
Servlets Tutorial
Struts Tutorial
EJB Tutorial
JMS Tutorial
JMX Tutorial
Programming Langauges
C Tutorial
C++ Tutorial
Visual Basic Tutorial
Data Structures Using C
Soft Skills
Communication Skills
Time Management
Project Management
Team Work
Leadership Skills
Corporate Communication
Negotiation Skills


CSS Dimension Properties
Previous Next

  • To set various dimensions of the objects in and around HTML elements,the CSS dimension properties is used. These can be width ,height and defining the space.


  • Various dimension properties are:

  • 1.height, 2.line-height 3.max-height 4.min-height 5. width 6. min-width and 7.max-width.




    Height

    The height of an element specified by the height property .

    • For rendering images,this property is useful.
    • Possible values are:
    • auto,length and percentage.
        auto - The height is determined by the browser.
        length - This defines the height in a relative units ( em, px) or absolute units ( cm, mm, in, pt) .
        % - This defines the height in percentage of the height of the parent object.
    • By default, value for height is auto.
    • Negative lengths are not allowed.
    CSS Code
    img {height : 200px ;}



    Line-Height

    The distance between two adjacent lines can be set using this property . The baselines of the adjacent lines is the distance .

    • This property can have the values: normal, number, length or %.
       normal - This sets the line height to the default or inherited value based on the font size of the element.

       number - This sets the line height of the current font-size to be multiplied by the number specified.

        length - This sets a fixed distance between the lines. The units used are: em, px, cm, pt.

       % - This sets the line height in % of the element's font size.
    CSS Code
    p { line-height : 75 px;}



    Max-Height

  • The maximum height for an element can be specified by this property.
  • Possible values for max-height property are: none, length, percentage.
  • none - specifies that there are no height limits imposed on the element. length - specifies the maximum height for an element. % - specifies the maximum height of the element as a % of the height of the containing block.

    p { max-height:100px;}



    Min-Height

  • The minimum height for an element specified by this property .
  • Possible values for min-height are : length, percentage.
  • length - specifies the minimum height for an element. % - specifies the minimum height of the element as a % of the height of the containing block.

    p { min-height: 50px;}



    TThe following example increase the space between lines

    CSS Code
    <html>
    <head>
    <style type="text/css">
    p.small {line-height: 0.4cm}
    p.big {line-height: 0.9cm}
    </style>
    </head>

    <body>
    <p>
    This is a paragraph with a standard line-height.
    This is a paragraph with a standard line-height.
    This is a paragraph with a standard line-height.
    This is a paragraph with a standard line-height.
    </p>

    <p class="small">
    This is a paragraph with a smaller line-height.
    This is a paragraph with a smaller line-height.
    This is a paragraph with a smaller line-height.
    This is a paragraph with a smaller line-height.
    </p>

    <p class="big">
    This is a paragraph with a bigger line-height.
    This is a paragraph with a bigger line-height.
    This is a paragraph with a bigger line-height.
    This is a paragraph with a bigger line-height.
    </p>

    </body>
    </html>





    The follwing table describe the list Properties:

    Property Description values
    height Sets the height of an element auto
    length
    %
    line-height Sets the distance between lines auto
    length
    %
    max-height Sets the maximum height of an element auto
    length
    %
    max-width Sets the maximum width of an element length
    %
    min-height Sets the minimum height of an element auto
    length
    %
    min-width Sets the minimum width of an element auto
    length
    %
    width Sets the width of an element auto
    length
    %


    Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
    • blinkbits
    • BlinkList
    • blogmarks
    • co.mments
    • connotea
    • del.icio.us
    • De.lirio.us
    • digg
    • Fark
    • feedmelinks
    • Furl
    • LinkaGoGo
    • Ma.gnolia
    • NewsVine
    • Netvouz
    • RawSugar
    • Reddit
    • scuttle
    • Shadows
    • Simpy
    • Smarking
    • Spurl
    • TailRank
    • Wists
    • YahooMyWeb

    Previous Next

    HTML Quizes
    HTML Quiz
    XHTML Quiz
    CSS Quiz
    TCP/IP Quiz
    XML Quizes
    XML Quiz
    XSL Quiz
    XSLT Quiz
    DTD Quiz
    Schema Quiz
    XForms Quiz
    XSL-FO Quiz
    XML DOM Quiz
    XLink Quiz
    XQuery Quiz
    XPath Quiz
    XPointer Quiz
    RDF Quiz
    SOAP Quiz
    WSDL Quiz
    RSS Quiz
    WAP Quiz
    Web Services Quiz
    Browser Scripting Quizes
    JavaScript Quiz
    VBScript Quiz
    AJAX Quiz
    DHTML Quiz
    HTML DOM Quiz
    WMLScript Quiz
    E4X Quiz
    Server Scripting Quizes
    ASP Quiz
    PHP Quiz
    PERL Quiz
    SQL Quiz
    ADO Quiz
    .NET (dotnet) Quizes
    Microsoft.Net Quiz
    XML Web Services Quiz
    ASP.Net Quiz
    .Net Mobile Quiz
    C# : C Sharp Quiz
    ADO.NET Quiz
    VB.NET Quiz
    Multimedia Quizes
    SVG Quiz
    Flash Quiz
    Media Quiz
    SMIL Quiz
    Web Building  Quizes
    Web Browsers Quiz
    Web Hosting Quiz
    W3C Quiz
    Web Building Quiz
    Web Quality Quiz
    Web Semantic Quiz
    Web Careers Quiz
    Java Quizes
    Java Quiz
    JSP Quiz
    Servlets Quiz
    Struts Quiz
    EJB Quiz
    JMS Quiz
    JMX Quiz
    Programming Langauges Quizes
    C Quiz
    C++ Quiz
    Visual Basic Quiz
    Data Structures Using C Quiz
    Soft Skills Quizes
    Communication Skills Quiz
    Time Management Quiz
    Project Management Quiz
    Team Work Quiz
    Leadership Skills Quiz
    Corporate Communication Quiz
    Negotiation Skills Quiz

    Privacy Policy
    Copyright © 2003-2008 Vyom Technosoft Pvt. Ltd., All Rights Reserved.