BabyJack
05-30-2008, 05:08 PM
Hey! Here is the site: Wifee V2 (http://wifeee.com/V2) If you notice next to the text 'sdafs' or something, there is no border. It is the same next to the image.
Here is my HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<title>Wifeee - Enlighten your Simming Experience =]</title>
<link rel="stylesheet" href="styles.css" type="text/css" media="all">
<link rel="shortcut icon" href="favicon.ico" type="favicon" media="all">
<script type="text/javascript" src="
http://www.dynamicdrive.com/dynamicindex11/gradualfader.js">
</script>
</head><body>
<div id="container">
<div class="logo"><?php include "logo.php"; ?></div>
<div id="sidebar1">sdfas</a>
</div>
<div id="content">
<img src="avatar.png" alt="This is Wifee Version 2. We are testing all the vista effects."></img>
</div></div>
<script type="text/javascript">
gradualFader.init() //activate gradual fader
</script>
and the CSS:
body {
background-image: url(back.jpg);
background-repeat: repeat-x;
font-family: verdana;
margin: 10px 00px 10px 250px;
}
.logo {
background-repeat: norepeat;
border: 2px solid #FFFFFF;
width: 800px;
height: 200px;
}
#sidebar1 {
border: 2px solid #FFFFFF;
border-top: 0px;
border-right: 3px;
background-color: #FFFFFF;
padding: 5px;
}
#content {
height: auto;
border-left: 2px solid #FFFFFF;
border-right: 3px solid #FFFFFF;
border-bottom: 2px solid #FFFFFF;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: left;
padding: 5px;
}
#container {
width: 800px;
height: auto;
background: #FFFFFF;
text-align: left;
}
I've tried expanding the border, but nothing is happening.
Here is my HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<title>Wifeee - Enlighten your Simming Experience =]</title>
<link rel="stylesheet" href="styles.css" type="text/css" media="all">
<link rel="shortcut icon" href="favicon.ico" type="favicon" media="all">
<script type="text/javascript" src="
http://www.dynamicdrive.com/dynamicindex11/gradualfader.js">
</script>
</head><body>
<div id="container">
<div class="logo"><?php include "logo.php"; ?></div>
<div id="sidebar1">sdfas</a>
</div>
<div id="content">
<img src="avatar.png" alt="This is Wifee Version 2. We are testing all the vista effects."></img>
</div></div>
<script type="text/javascript">
gradualFader.init() //activate gradual fader
</script>
and the CSS:
body {
background-image: url(back.jpg);
background-repeat: repeat-x;
font-family: verdana;
margin: 10px 00px 10px 250px;
}
.logo {
background-repeat: norepeat;
border: 2px solid #FFFFFF;
width: 800px;
height: 200px;
}
#sidebar1 {
border: 2px solid #FFFFFF;
border-top: 0px;
border-right: 3px;
background-color: #FFFFFF;
padding: 5px;
}
#content {
height: auto;
border-left: 2px solid #FFFFFF;
border-right: 3px solid #FFFFFF;
border-bottom: 2px solid #FFFFFF;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: left;
padding: 5px;
}
#container {
width: 800px;
height: auto;
background: #FFFFFF;
text-align: left;
}
I've tried expanding the border, but nothing is happening.