Home
Manage Your Code
Snippet: Align (CSS)
Title: Align Language: CSS
Description: Align's the first of 2 items (on one line). usefull with forms to have all labels ligned up and all textboxes. Without the need for div's, table or a break between the label and the box. Views: 132
Author: Bert Lerno Date Added: 3/27/2009
Copy Code  
    width: 150px;
    display: block;
    float:left;
Usage
Use this css snippet for the label.