View Single Post
  #6 (permalink)  
Old Mar 28th, 2007, 01:16
Ryan Fait's Avatar
Ryan Fait Ryan Fait is offline
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Divs and floating images

Since you're shaking in your boots, Linda:

Code: Select all
.divright {
    width: 200px;
    margin: 0 15px;
    float: right;
}
Yours is correct, however. I just like shorthand.
Reply With Quote