Harvey said:
Please look at this page:
http://www.eclipsme.com/rockledge/Calendar/january06.htm
There is a thin cayan line above 'Home', and I can't figure out where
it is coming from. It appears to be a border, but I do not see what
item has a border.
The page is made up of included pages for the menu, header, and main
portions.
Thanks,
Harvey
I had a look and it is strange. To me it looks like a table border, but just
about every border is set to zero ("0")
The hex value for cyan is #0000FF and this doesn't appear anywhere. But
perhaps it isn't exactly cyan
This is the code in menu.htm (up to the Home tag) is:
<body bgcolor="#C4DEFF" topmargin="0" leftmargin="0" link="#C0C0C0"
vlink="#C0C0C0" alink="#C0C0C0">
<div align="left">
<table border="0" cellspacing="0" bordercolor="#008080" width="170"
id="AutoNumber1" style="border-collapse: collapse" cellpadding="0">
<tr>
<td width="178" valign="top" background="images/lamppost_04.jpg"
style="border-left-width: 0; border-right-width: 0; border-top-width: 0;
border-bottom-style: solid; border-bottom-width: 0" height="517">
<div align="right">
<table border="0" cellspacing="0" width="75%" id="AutoNumber3"
cellpadding="0">
<tr>
<td width="100%" align="center" height="15"><font
color="#008080" size="2"><b>
<a href="index.html">Home</a></b></font></td>
</tr>
Nowhere can I see a non-zero border
This table definition encloses menu.htm
<table border="5" cellspacing="0" bordercolor="#008080" width="790"
id="AutoNumber1" height="649" cellpadding="0" style="border-collapse:
collapse">
This has a non-zero border but its bordercolor is teal.
Unless the interaction of the different colours causes it to appear cyan
The only thought left to me is that it is in the background image.
Well, it ain't (I just checked)
But this might have some bearing on it:
......... border-bottom-style: solid ...........
The line appears at the bottom of the image, and the bottom border style is
set to solid
What would happen if you removed the border style (or set it to none,
whatever is legal)?
Debugging is such fun
)
Let me know if this is correct