We all know that IE stands for idiot explorer.
I am the designer and part maintainer of
http://www.bolivianscholarship.com and I have been hearing complaints that the menu at the side obscures some of the text. Apparently it is only a windows ie problem, but still, I need to fix it. Help, please? Oh yeah- here is the css file.
Code:
body {
font-family: arial;
color: #003366;
}
div.menu {
background: #0066CC;
align: left;
width: 14.0em;
height: *;
position: absolute;
top:0;
padding-left:.5%;
padding-right:.5-%;
margin-left:1;
margin-right:1;
}
div.main {
margin-left:14.2em;
margin-right:5.2em;
padding-left:2em;
padding-right:1em;
}
div.text {
font-family: arial;
margin-left:1em;
padding-left:2em;
text-align: justify;
}
div.noms {
font-size: 80%;
}
h1 {
color: #003366;
font-family: arial;
}
h2 {
}
h3 {
}
h4 {
font-style: italic;
}
ul {
list-style-type: none;
}
a {
text-decoration: none;
}
a:link {
color: #00CCFF;
}
a:visited {
color: #999999;
}
a:hover {
color: #003366;
}
a:border {
color: #FFFFFF;
}
thanks, I really appreciate the help.