Gap(margin) on the top.
-
There is a gap i cant remove on the top of the browser, both in Firefox 3 b5 and IE 6.
Margin and padding set zero in css file.
THX in advance.URL:http://www.thoughtlets.cn
Version:WP v2.50CSS main:
/* Basics */ *{margin:0;padding:0;} html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input{margin:0;padding:0;} h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th{font-size:1em;font-weight:normal;font-style: normal;} body{background:#86a9bf;font:12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;color:#464c5a;text-align:center;} hr{display:none;} ul, ol{list-style:none;} fieldset,img{border:none;} a, h2 a:hover, h3 a:hover{color:#06c;text-decoration:none;} a:hover{color:#147;text-decoration:underline;} /* Wrapper */ #wrapper{width:822px;margin:0px auto 0px;} /* Header */ #header{height:95px; background:url(images/nav.jpg) repeat-x;} #header h1{display:none;} #header h2{display:none;} #header .logos{float:left;display:block;background:url(images/logo.jpg) no-repeat;margin:22px 0 0 12px;width:280px;height:52px;} /* Search */ #header .search{float:right;padding-top:39px;} #header .search div{margin:0;padding:0;} #header .search .search_input{background:#fff url(images/search.gif) no-repeat 0 0;border:none;padding:4px 12px 0 30px;width:200px;height:18px;font-size:12px;} #header .search .search_submit{display:none;}Body:
<body> <div id="wrapper"> <div id="header"> <a class="logos" href="<?php bloginfo('url');?>"></a> <h1><a href="<?php bloginfo('url');?>"> <?php bloginfo('name');?> </a></h1> <h2> <?php bloginfo('description');?> </h2> <?php include (TEMPLATEPATH . '/searchform.php'); ?> </div> <div id="content">..</div> <div id="sitebar">..</div> <div id="footer">..</div> </div>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Gap(margin) on the top.’ is closed to new replies.