john noble
10-21-2005, 06:20 AM
On this page (http://www.lighthousemuseum.org.uk/index.html)
I am having difficulty in removing the red line on top of the main image. In FF everything is OK, only when viewed in IE I am getting this problem.
Here is the CSS
table.main
{
margin: 0px auto;
padding:0;
text-align:center;
width: 780px;
height: 600px;
background-color: red;
border-style: solid;
border-spacing: 0px;
border-width: 0px;
border-collapse: collapse;
vertical-align:top;
}
td.mainimage{
width: 540px;
height: 240px;
background-color: #21517f;
padding:0;
vertical-align:bottom;
}
The problem is that the bg color of the table is still seeping through. I just cant get the mainimage td to use all of its allocated size.
Any advice welcome.
j
I am having difficulty in removing the red line on top of the main image. In FF everything is OK, only when viewed in IE I am getting this problem.
Here is the CSS
table.main
{
margin: 0px auto;
padding:0;
text-align:center;
width: 780px;
height: 600px;
background-color: red;
border-style: solid;
border-spacing: 0px;
border-width: 0px;
border-collapse: collapse;
vertical-align:top;
}
td.mainimage{
width: 540px;
height: 240px;
background-color: #21517f;
padding:0;
vertical-align:bottom;
}
The problem is that the bg color of the table is still seeping through. I just cant get the mainimage td to use all of its allocated size.
Any advice welcome.
j