ציטוט:
נכתב במקור על ידי Exa.co.il
נסה להוסיף overflow:hidden
|
לא עזר,
http://pvz.co.il/problem
HTML:
HTML קוד:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title></title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" media="screen" />
</head>
<body id="home-page">
<div id="wrapper">
<div id="header-wrapper">
<div id="header-line">Hello World</div>
</div>
</div>
</body>
</html>
CSS:
HTML קוד:
body {
margin:0 auto;
font-family: Arial;
font-size: 12px;
background:#e2e2e2;
color:#ffffff;
text-align:left;
}
#wrapper {
margin: 0 auto;
padding: 0px;
width: 100%;
}
#header-wrapper {
margin: 0 auto;
padding: 0px;
width: 100%;
}
#header-line {
background-image: url(images/header_line_bg.jpg);
padding-top: 15px;
height: 45px;
}