NeedForSpeed
Gebruiker
- Lid geworden
- 17 jan 2008
- Berichten
- 245
Hoi!
Ik heb een rare fout, de fout is; dat hij de image niet weergeeft.
Ik heb dit;
Als ik onder navbar een content wil plaatsen dus het tekst vak, geeft hij de image niet weer.
Ik heb een rare fout, de fout is; dat hij de image niet weergeeft.
Ik heb dit;
PHP:
<!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=ISO-8859-1" />
<title>Daemon ~ The generation coding!</title>
<link href="style.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<center>
<div id="header"></div>
<div id="navbar">
<a href="#"> Home |</a>
<a href="#"> Portfolio |</a>
<a href="#"> About me |</a>
<a href="#"> Contact |</a>
<a>
<b><font color=red>Follow us</font></b> <img src="images/twitter.png" alt="Follow us on twitter!" width="15" height="15"> <img src="images/facebook.png" alt="Follow us on facebook!" width="15" height="15"></a>
</div>
<div id="top"></div>
</center>
PHP:
*, outline { border:0; outline:none; }
a, a:active {
color: #C8C8C8 ;
text-decoration: none;
}
body
{
background-image: url(images/body.jpg);
background-repeat: repeat;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #FFFFFF;
background-color: #FFFFFF;
}
#header
{
background-image: url(images/daemon_header.jpg);
background-repeat: no-repeat;
margin-top: 20px;
width: 1024px;
height: 178px;
}
#navbar
{
background-image: url(images/navbar.jpg);
background-repeat: no-repeat;
width: 1018px;
height: 45px;
margin-top: 5px;
font-size: 15px;
font-family: Arial;
text-align: left;
padding-top: 12px;
padding-left: 6px;
a, a:active {
text-color:#C8C8C8;
text-decoration: none;
}
#top
{
background-image: url(images/top.jpg);
background-repeat: no-repeat;
margin:0 auto;
height: 768px;
width: 1020px;
}
Als ik onder navbar een content wil plaatsen dus het tekst vak, geeft hij de image niet weer.