cefisher 0 Report post Posted March 9, 2011 How do I add a background color and light border to the content of these 3 boxes on my homepage? http://66.147.244.194/~goeliteo/ I searched the forum and tried a few suggestions but the background color is always off center from the picture and content. Thank You Share this post Link to post Share on other sites
cefisher 0 Report post Posted March 9, 2011 I have also attempted to use firebug to no avail. Thank You for the help Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 10, 2011 This is what you want: ` body .dcol_3 { background: none repeat scroll 0 0 #F7F7F7; border: 4px double #CCCCCC; margin-left: 20px; padding: 0; width: 300px; } ` Your going to need to make the images smaller and play with these styles a bit. Thanks, Bryan Share this post Link to post Share on other sites
create180design 1 Report post Posted May 24, 2011 how can I make the length of the background color to be exact same size for all three boxes. the content is not the same. Share this post Link to post Share on other sites
cmunns 16 Report post Posted May 24, 2011 Probably use `.fbox {min-height:250px;}` Play with that value so the min height is the same as the longest box Share this post Link to post Share on other sites
create180design 1 Report post Posted May 25, 2011 Worked great - Thanks! Share this post Link to post Share on other sites