mbay
07-11-2005, 09:22 AM
Hello Everyone!
I was wondering if you smarties could help me out with my current issue.
I have a css menu in one td (which is to the left) and an iframe (which is to the right).
Mozilla : Everything "a-ok"
IE: (sigh) Well, it seems when I go over one of the menu items to the left, the 75% of the iframe just vanishes!
Any help would be greatly appreciated.
mbay
CSS Code:
<style>
.td {
width: 200px;
height: 20px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
background-color: #90bade;
}
.button {
width: 200px;
padding-top: 4px;
padding-bottom: 5px;
background-color: #005B8A;
border-left: 5px solid #508fc4;
border-right: 5px solid #508fc4;
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 12px;
color: #FFFFFF;
}
.button ul {
list-style: none;
}
.button li a {
border-bottom: 1px solid #90bade;
display: block;
text-decoration: none;
color: #A3DEFD;
width: 95%;
}
.button li a:hover {
background-color: #DCFFD4;
border-bottom: 1px solid #005C0F;
text-decoration: none;
color: #000000;
width: 95%;
}
</style>
I was wondering if you smarties could help me out with my current issue.
I have a css menu in one td (which is to the left) and an iframe (which is to the right).
Mozilla : Everything "a-ok"
IE: (sigh) Well, it seems when I go over one of the menu items to the left, the 75% of the iframe just vanishes!
Any help would be greatly appreciated.
mbay
CSS Code:
<style>
.td {
width: 200px;
height: 20px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
background-color: #90bade;
}
.button {
width: 200px;
padding-top: 4px;
padding-bottom: 5px;
background-color: #005B8A;
border-left: 5px solid #508fc4;
border-right: 5px solid #508fc4;
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 12px;
color: #FFFFFF;
}
.button ul {
list-style: none;
}
.button li a {
border-bottom: 1px solid #90bade;
display: block;
text-decoration: none;
color: #A3DEFD;
width: 95%;
}
.button li a:hover {
background-color: #DCFFD4;
border-bottom: 1px solid #005C0F;
text-decoration: none;
color: #000000;
width: 95%;
}
</style>