On 6/5/06, Ryan Moore <[EMAIL PROTECTED]> wrote:
.featured_left_col {
width:25em;
margin:0.5em;"
}
.featured_right_col {
width:250em;
padding:0 1em;
}
Since you are applying this to spans, which are display:inline by
default, and you can't define the width of inline elements, you need
to give both of these spans
display:block;
for this to work. You will most likely need to float them too.
--
--
Christian Montoya
christianmontoya.com ... portfolio.christianmontoya.com
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************