maz wrote:You have the source in the body and menu in the head, thats original, doesn't that mean the source is below the menu?
You been drinkin' that strange tea again, hon? _src.js is the first line in the body, and _data.js is in the <td>. There's nothing in the head that has to do with the menu.
maz wrote:Okay, there is a much greater difference than mine ever was. It must be partially due to the javascript image.
What JS image?
maz wrote:Place the menu script from in the header into a table.
In the menu file, remove position=relative, include top= distance from top of browser.
Again, nothing in the <head>, and data is already in the table. position="relative"; is not in the script (well, it is, but it's commented out (//), and top=213;
is already there.
Funny thing is, it's still perfect here on my work XP Pro/IE6. Also tried it on a Win2K/IE6 with the proper results.
However - NS7.1 shows the gap. What I just noticed is the height of the gold background at the top of the page (with the ASUW logo and search box) is taller in NS7.1 than it is in IE6, and, of course, it's taller by the same amount as the gap. Now I've got to figure out why a simple table is being read differently by the different browsers.