我正在做一个项目http://damiracle.com/clientdemos/site_ibfa/ 我正在使用标题面板宽度 100%。
#header
{
width:100%;
height:829px;
/*background:url(../images/head2.png) repeat-x;*/
background:#000;
/*overflow:hidden;*/
margin-bottom:10px;
}
当它是大屏幕分辨率时一切正常,但当它是较小的屏幕分辨率时,它在右侧显示一个空白。我已经尝试了一切。我写了一个全局css
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {margin:0;padding:0; border:0;font-size:100%; font:inherit; vertical-align:baseline;}
但它也不起作用。如果有人帮我解决这个问题,我将不胜感激。在此先感谢大家