diizy
Dec 20th, 2006, 12:32 AM
Hi guys, i have a website (pad.diizy.com) it uses only css for the layout (divs) and it does not, in ANY WAY show up AT ALL IN IE. can someone help. here is the html + external css:
(i did everything in firefox)
index.html
<html>
<head>
<title>Page A day project</title>
<link rel="stylesheet" type="text/css" href="style.css" media="screen, projection">
<script type="text/javascript">
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
<body>
<center>
<h>Page-a-day project:<BR>
<div>
<b class="box">
<b class="box1"><b></b></b>
<b class="box2"><b></b></b>
<b class="box3"></b>
<b class="box4"></b>
<b class="box5"></b>
</b> <div class="box_content"><font color=white>
This project is about FUN thats right, i will be trying to make new pages on my website as often as possible. Maybe not on a true day to day scale, but regardless my goal here is to try to alteast make it consistent.
<BR><BR>
Pages:<BR>
<a href="/day1.html">The first</a>
</font>
</div>
<b class="box">
<b class="box5"></b>
<b class="box4"></b>
<b class="box3"></b>
<b class="box2"><b></b></b>
<b class="box1"><b></b></b>
</b>
</div>
</center>
</body>
</html>
style.css
a:link {
color: white;
}
a:visited {
color: white;
}
a:hover {
color: #CCCCCC;
background-color: #333333;
text-decoration: none;
}
a:active {
color: #333333;
}
body {
background-color: #B8B8B8;
font-family: helvetica;
font-variant:small-caps;
color: white;
}
h {
font-family: helvetica;
font-size:25pt;
font-variant:small-caps;
color: black;
}
.box{
width:500px;
display:block;
}
.box *{
display:block;
height:1px;
overflow:hidden;
background:#000000;
}
.box1{
border-right:1px solid #686868;
padding-right:1px;
margin-right:3px;
border-left:1px solid #686868;
padding-left:1px;
margin-left:3px;
background:#2e2e2e;
}
.box2{
border-right:1px solid #a5a5a5;
border-left:1px solid #a5a5a5;
padding:0px 1px;
background:#222222;
margin:0px 1px;
}
.box3{
border-right:1px solid #222222;
border-left:1px solid #222222;
margin:0px 1px;
}
.box4{
border-right:1px solid #686868;
border-left:1px solid #686868;
}
.box5{
border-right:1px solid #2e2e2e;
border-left:1px solid #2e2e2e;
}
.box_content{
width:500px;
padding:0px 0px;
background:#000000;
}
All the .box css stuff is for antialiased borders on the Div tables (not using images)
Any help would be appreciated! thanks in advance!!
(i did everything in firefox)
index.html
<html>
<head>
<title>Page A day project</title>
<link rel="stylesheet" type="text/css" href="style.css" media="screen, projection">
<script type="text/javascript">
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
<body>
<center>
<h>Page-a-day project:<BR>
<div>
<b class="box">
<b class="box1"><b></b></b>
<b class="box2"><b></b></b>
<b class="box3"></b>
<b class="box4"></b>
<b class="box5"></b>
</b> <div class="box_content"><font color=white>
This project is about FUN thats right, i will be trying to make new pages on my website as often as possible. Maybe not on a true day to day scale, but regardless my goal here is to try to alteast make it consistent.
<BR><BR>
Pages:<BR>
<a href="/day1.html">The first</a>
</font>
</div>
<b class="box">
<b class="box5"></b>
<b class="box4"></b>
<b class="box3"></b>
<b class="box2"><b></b></b>
<b class="box1"><b></b></b>
</b>
</div>
</center>
</body>
</html>
style.css
a:link {
color: white;
}
a:visited {
color: white;
}
a:hover {
color: #CCCCCC;
background-color: #333333;
text-decoration: none;
}
a:active {
color: #333333;
}
body {
background-color: #B8B8B8;
font-family: helvetica;
font-variant:small-caps;
color: white;
}
h {
font-family: helvetica;
font-size:25pt;
font-variant:small-caps;
color: black;
}
.box{
width:500px;
display:block;
}
.box *{
display:block;
height:1px;
overflow:hidden;
background:#000000;
}
.box1{
border-right:1px solid #686868;
padding-right:1px;
margin-right:3px;
border-left:1px solid #686868;
padding-left:1px;
margin-left:3px;
background:#2e2e2e;
}
.box2{
border-right:1px solid #a5a5a5;
border-left:1px solid #a5a5a5;
padding:0px 1px;
background:#222222;
margin:0px 1px;
}
.box3{
border-right:1px solid #222222;
border-left:1px solid #222222;
margin:0px 1px;
}
.box4{
border-right:1px solid #686868;
border-left:1px solid #686868;
}
.box5{
border-right:1px solid #2e2e2e;
border-left:1px solid #2e2e2e;
}
.box_content{
width:500px;
padding:0px 0px;
background:#000000;
}
All the .box css stuff is for antialiased borders on the Div tables (not using images)
Any help would be appreciated! thanks in advance!!