<html>
<head>
<link href="styles/main.css" type="text/css"
rel="stylesheet" media="screen"/>
</head>
<body>
<div id="wrapper">
<?php include_once("forall.php");?>
<?php include_once("template_nav.php"); ?>
<div id="content"></div>
<div id="footer">abcd</div>
</div>
</body>
</html>
私のCSSコード:
*
{
margin:0px;
padding:0px;
}
body
{
font-family: verdana;
background-image: url(http://local host/Website/imagess/sp.jpg);
}
#wrapper
{
width: 1024px;
margin-left: 120px;
background-color: #ebebeb;
}
#header
{
height:200px;
}
.logo
{
margin-top: 50px;
float: left;
height::200px;
background-image: url(http://local host/Website/imagess/sur99.jpg);
}
#searchbox
{
float:right;
margin-top:100px;
}
#nav{
clear: both;
height:50px;
margin-left: 30px;
background-image: url(http://local host/Website/imagess/s4.jpg);
}
ul#navmenu,ul.submenu1
{
list-style-type:none;
}
ul#navmenu li
{
width:123px;
text-align:center;
position:relative;
float:left;
margin-right:4px;
padding:5px;
}
ul#navmenu a{
text-decoration:none;
display:block;
width:123px;
height:30px;
line-height:30px;
border-radius:5px;
color:white;
font-weight:bold;
margin-top:10px;
}
ul#navmenu .submenu1 a
{
margin-top:3px;
}
ul#navmenu li a:hover
{
background-color:black;
}
ul#navmenu ul.submenu1
{
display:none;
position:absolute;
}
ul#navmenu li:hover .submenu1
{
display:block;
}
.darrow
{
font-size:11pt;
position:absolute;
top:21px;
right:16px;
color:white;
}
#footer
{
width:1024;
background-color:#696969;
}
インクルードファイル "forall.php:
<div id="header">
<div class="logo">
</div>
<div id="searchbox">
<form id="searching">
<input type="text" name="forsearch">
<input type="button" name="search"
value="search">
</form>
</div>
</div>
WAMP でページを実行すると、インデックス ファイルと画像 (imagess フォルダー内) が wamp/www/Website の Website フォルダー内にあるため、ルート ディレクトリを localhost/ から "localhost/Website" に変更しました。画像が表示されません。代替テキストは表示されますが、画像は表示されません。助けてください