Question:

How can I have a div background be flush with the browser like the body background?

by  |  earlier

0 LIKES UnLike

I have the body background defined in my CSS. Then I have a new div style, and it seems to have a border or a padding. How can I remove it?

http://www.jacobkelleydesigns.com/help.jpg

 Tags:

   Report

1 ANSWERS


  1. In the CSS for that div try:

    margin: 0px;

    padding: 0px;

    That should do it!!

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.