*Jen*
08-03-2005, 06:45 AM
Can anyone tell my what is wrong with my coding, because it validates, but in IE the content begins after the sidebar, and in Firefox the background doesn't show up.
I haven't upladed it, so I'll post the codes.
Stylesheet:
A:link
{ text-decoration: none; color:#FF6482; }
A:visited
{ text-decoration: none; color:#FF6482; }
A:active
{ text-decoration: none; color:#FF6482; }
A:hover
{ text-decoration: none; color:#FF6482;
background-color: #FFffff;
}
h1 {font-family: verdana , arial , sans-serif;
color: #000000; }
p {font-family: verdana , arial , sans-serif;
color: #636363; }
body
{
background: #FFFFFF;
margin-top: 0;
font-family: verdana , arial , sans-serif;
color: #636363;
font-weight: normal;
font-size: 7pt;
}
td
{ font-family: verdana , arial , sans-serif;
color: #636363;
}
.header {
color: #636363;
font-weight: bold;
font-size: 9pt;
}
#container {
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
width: 765px;
background-image: url(images/yellow_bg.gif);
background-repeat: repeat-y;
background-position: top center;
}
#header {
width: 765px;
}
#sidebar {
width: 196px;
float: left;
margin-left: 15px;
}
#content {
width: 535px;
float: right;
margin-right: 15px;
}
The 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>
<title>Everything Reese :: A Reese Witherspoon Fansite</title>
<meta name="description" content="A Hungarian Reese Witherspoon fansite. Magyar Reese Witherspoon
rajongói oldal." />
<meta name="keywords" content="Reese Witherspoon, Reese, Witherspoon, Legally Blonde, Doktor Szöszi,
szőke, Mindenütt nő, Sweet home Alabama, Vanity Fair, Hiúság Vására" />
<meta name="author" content="Jen" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" />
</head>
<body><div id="container">
<div id="header">
<img src="images/yellow_top.jpg" border="0" alt="" />
</div>
<div id="sidebar">sidebar</div>
<div id="content">content</div>
</div>
</body>
</html>
I haven't upladed it, so I'll post the codes.
Stylesheet:
A:link
{ text-decoration: none; color:#FF6482; }
A:visited
{ text-decoration: none; color:#FF6482; }
A:active
{ text-decoration: none; color:#FF6482; }
A:hover
{ text-decoration: none; color:#FF6482;
background-color: #FFffff;
}
h1 {font-family: verdana , arial , sans-serif;
color: #000000; }
p {font-family: verdana , arial , sans-serif;
color: #636363; }
body
{
background: #FFFFFF;
margin-top: 0;
font-family: verdana , arial , sans-serif;
color: #636363;
font-weight: normal;
font-size: 7pt;
}
td
{ font-family: verdana , arial , sans-serif;
color: #636363;
}
.header {
color: #636363;
font-weight: bold;
font-size: 9pt;
}
#container {
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
width: 765px;
background-image: url(images/yellow_bg.gif);
background-repeat: repeat-y;
background-position: top center;
}
#header {
width: 765px;
}
#sidebar {
width: 196px;
float: left;
margin-left: 15px;
}
#content {
width: 535px;
float: right;
margin-right: 15px;
}
The 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>
<title>Everything Reese :: A Reese Witherspoon Fansite</title>
<meta name="description" content="A Hungarian Reese Witherspoon fansite. Magyar Reese Witherspoon
rajongói oldal." />
<meta name="keywords" content="Reese Witherspoon, Reese, Witherspoon, Legally Blonde, Doktor Szöszi,
szőke, Mindenütt nő, Sweet home Alabama, Vanity Fair, Hiúság Vására" />
<meta name="author" content="Jen" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" />
</head>
<body><div id="container">
<div id="header">
<img src="images/yellow_top.jpg" border="0" alt="" />
</div>
<div id="sidebar">sidebar</div>
<div id="content">content</div>
</div>
</body>
</html>