View Single Post
ישן 09-03-10, 14:14   # 1
Proviewz
משתמש - היכל התהילה
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: בת-ים
גיל: 34
הודעות: 2,222
שלח הודעה באמצעות ICO אל Proviewz שלח הודעה באמצעות MSN אל Proviewz

Proviewz לא מחובר  

ציטוט:
נכתב במקור על ידי 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;
}
  Reply With Quote