Miss Wiggle
03-04-2005, 06:00 PM
I've been working on my website for awhile. I've redone it like...3 times and I seem to be almost getting it working, but for some reason, in IE there are issues with the center (or "content") div.
I'm a retard when it comes to this. This is my first go at using CSS, and while I can see so many benefits, cross browser trouble is driving me up the wall. I don't want to go further with my site until I get the basic structure corrected.
http://wiggle.howarddesigns.biz/layout.html
That's the link to my site. It appears alright in Netscape, Mozilla, Firefox, and even Opera. IE is the only problem, but because it's such a widely used browser, I'd like to correct it. Here is the css code i'm using:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<head>
<LINK REL=stylesheet HREF="http://wiggle.howarddesigns.biz/style.css" TYPE="text/css">
<style type="text/css">
#container {
width: 750px;
\width: 770px;
w\idth: 750px;
border: 10px double #7F7460;
margin: 10px;
margin-left: auto;
margin-right: auto;
padding: 0px;
}
#banner {
padding: 5px;
margin-bottom: 0px;
background-color: #D6BB90;
background-image: url("images/banner3.jpg");
height: 250px;
border: 1.5px solid #A79472;
}
#content {
padding: 10px;
padding-top: 2px;
padding-left: 7%;
padding-right: 7%;
height: 1000px;
margin-left: 130px;
margin-right: 130px;
background-color: #D6BB90;;
border: 1.5px solid #A79472;
}
#sidebar-a {
float: left;
height: 1000px;
width: 130px;
\width: 120px;
w\idth: 130px;
margin: 0;
margin-right: 0px;
padding: 10px;
padding-top: 2px;
background-color: #D6BB90;;
border: 1.5px solid #A79472;
}
#sidebar-b {
float: right;
height: 1000px;
width: 130px;
\width: 120px;
w\idth: 130px;
margin: 0;
margin-left: 0px;
padding: 10px;
padding-top: 2px;
background-color: #D6BB90;;
border: 1.5px solid #A79472;
}
ul#menulist {
position: relative;
top: 91%;
left: 50%;
margin: 0 0 0 0px;
padding: 0 0 0 0px;
}
ul#menulist li {
display: inline;
list-style: none;
}
</style>
Thanks. :D
I'm a retard when it comes to this. This is my first go at using CSS, and while I can see so many benefits, cross browser trouble is driving me up the wall. I don't want to go further with my site until I get the basic structure corrected.
http://wiggle.howarddesigns.biz/layout.html
That's the link to my site. It appears alright in Netscape, Mozilla, Firefox, and even Opera. IE is the only problem, but because it's such a widely used browser, I'd like to correct it. Here is the css code i'm using:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<head>
<LINK REL=stylesheet HREF="http://wiggle.howarddesigns.biz/style.css" TYPE="text/css">
<style type="text/css">
#container {
width: 750px;
\width: 770px;
w\idth: 750px;
border: 10px double #7F7460;
margin: 10px;
margin-left: auto;
margin-right: auto;
padding: 0px;
}
#banner {
padding: 5px;
margin-bottom: 0px;
background-color: #D6BB90;
background-image: url("images/banner3.jpg");
height: 250px;
border: 1.5px solid #A79472;
}
#content {
padding: 10px;
padding-top: 2px;
padding-left: 7%;
padding-right: 7%;
height: 1000px;
margin-left: 130px;
margin-right: 130px;
background-color: #D6BB90;;
border: 1.5px solid #A79472;
}
#sidebar-a {
float: left;
height: 1000px;
width: 130px;
\width: 120px;
w\idth: 130px;
margin: 0;
margin-right: 0px;
padding: 10px;
padding-top: 2px;
background-color: #D6BB90;;
border: 1.5px solid #A79472;
}
#sidebar-b {
float: right;
height: 1000px;
width: 130px;
\width: 120px;
w\idth: 130px;
margin: 0;
margin-left: 0px;
padding: 10px;
padding-top: 2px;
background-color: #D6BB90;;
border: 1.5px solid #A79472;
}
ul#menulist {
position: relative;
top: 91%;
left: 50%;
margin: 0 0 0 0px;
padding: 0 0 0 0px;
}
ul#menulist li {
display: inline;
list-style: none;
}
</style>
Thanks. :D