View Single Post
Old 12-10-2012, 05:42 PM   PM User | #2
Excavator
Master Coder


 
Excavator's Avatar
 
Join Date: Dec 2006
Location: Alaska
Posts: 9,410
Thanks: 22
Thanked 1,765 Times in 1,749 Posts
Excavator has a spectacular aura aboutExcavator has a spectacular aura aboutExcavator has a spectacular aura about
Hello graud,
I prefer not to set heights on elements and allow them to expand to contain what you put in them.
Like this -
Code:
.homecontent_02 .info2 {
    background: none repeat scroll 0 0 #FFFFFF;
    border-right: 4px solid #FFFFFF;
    display: inline-block;
    float: left;
    /*height: 90px;*/
    margin: 0 1px 0 0;
    overflow: hidden;
    padding: 0 10px 10px;
    width: 320px;
}
.homecontent_02 .holder p {
    font-size: 11px;
    /*height: 52px;*/
    line-height: 18px;
    margin: 2px 0 0;
    overflow: hidden;
    padding: 0 2px !important;
}
__________________
Validate often DURING development - Use it like a splelchecker | Debug during Development |Write it for FireFox, ignore IE
Use the right DocType | Validate your markup | Validate your CSS | Why validating is good | Why tables are bad
Excavator is offline   Reply With Quote