This is my first post and I hope I am requesting help in the correct 
way. I am trying to replace tables with a CSS and try to also use float 
left and float right and they do not seem to work correctly. Could 
someone take a look [http://wacowebdesigns.com/test.html] and see what I 
am doing wrong?

Verse of the Day is supposed to float right and text should go to the 
left and under it.

TIA,
Rayburn Taylor

.content {
   padding: 10px;
   width: 750px;
   color : #663300;
   background-color : #D9D1C4;
   border : #786658 solid;
   border-width : 0px 1px: .65;
  }
#f-left {
   width: 250px;
   float: left;
   margin: 15px 0 15px 15px;
   padding: 10px;
   color : #663300;
   background-color : #D9D1C4;
   border : #786658 solid;
   border-width : 0px 1px: .65;
}
#f-right {
   width: 250px;
   float: right;
   margin: 15px 0 15px 15px;
   padding: 10px;
   border:1px solid #000;
   background-color : #CCCCCC;
   border:1px solid #fff;

}

Waco Web Designs
http://wacowebdesigns.com
~~~~~~~~~~~~~~~~~~~
TAYLOR's BOOK PAGE
http://taylorsbookpage.com
Member of (IOBA) http://www.ioba.org
Independent Online Booksellers Association
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
School, Church, Library discount of
15% when purchased from TBP web site.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to