Colin-Roberts
21-06-2007, 12:08 PM
http://www.colin.duopower.net/index.php
its set so both images go to 100% but neither of them are.
index
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="http://www.colin.duopower.net/css.css" />
</head>
<body>
<div id="header"></div>
<div id="header2"></div>
</body>
</html>
css file
a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: green; text-decoration: none; font-weight: bold; }
#body {
background-color: white;
}
#header {
width: 100%;
height: 140px;
background: url("/images/header.PNG") repeat-x;
}
#header2 {
width: 100%;
height: 140px;
background: url("/images/header2.PNG") repeat-x;
}
Moved by opensourcehost (Forum Moderator) from Web Designing: Please post in the correct forum next time, thanks :).
its set so both images go to 100% but neither of them are.
index
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="http://www.colin.duopower.net/css.css" />
</head>
<body>
<div id="header"></div>
<div id="header2"></div>
</body>
</html>
css file
a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: green; text-decoration: none; font-weight: bold; }
#body {
background-color: white;
}
#header {
width: 100%;
height: 140px;
background: url("/images/header.PNG") repeat-x;
}
#header2 {
width: 100%;
height: 140px;
background: url("/images/header2.PNG") repeat-x;
}
Moved by opensourcehost (Forum Moderator) from Web Designing: Please post in the correct forum next time, thanks :).