Thread: Unwanted margin at Top of site.
Results 1 to 3 of 3
Related
-
Unwanted Toolbar Forum: HTML Forum
Replies: 1 -
Unwanted I.E. Information Bar Message Forum: HTML Forum
Replies: 5 -
Unwanted Border on JPEG using CSS Forum: CSS Forum
Replies: 13 -
Unwanted scrollbar gap Forum: HTML Forum
Replies: 1 -
Unwanted border outside table Forum: HTML Forum
Replies: 3
-
08-07-2008, 07:26 PM #1
Unwanted margin at Top of site.
Hello all,
Newbie designer here.
I have tried and tried to make the white space go away from the top of my pink header.
www.amyrmartin.com
I think this is a CSS problem, but am not sure. The other pages on the site do not have that white margin, with the same header.
Here is some of the CSS:
The pink area is the "barwrapper"
#barwrapper {
width: 100%;
background-color: #FCBCDC;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
}
Or could it be a body problem?
body {
font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
font-size: small;
line-height: 160%;
color: #7A4C1E;
background-color: #FFFFFF;
padding: 0px;
margin: 0px;
border-style: none;
}
-
08-15-2008, 09:08 AM #2
Re: Unwanted margin at Top of site.
looks fine to me on both IE and FF
-
08-20-2008, 12:51 PM #3
Re: Unwanted margin at Top of site.
Looks fine to me as well. I am guessing that the problem is within IE6. Try this at the top of your CSS file:
HTML Code:* { margin: 0; padding: 0; }
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum