OK, I've tried all day without any success and my head hurts, so it is over to the board for HELP!!
I have a webpage that has an included html page on it. The only lines in the included file are:
HTML Code:
<li><a href="link.url">Link Name</a></li>
<li><a href="link.url">Link Name</a></li>
<li><a href="link.url">Link Name</a></li>
<li><a href="link.url">Link Name</a></li>
<li><a href="link.url">Link Name</a></li>
The file is 'included on the page as such:
PHP Code:
<h2>Friends of My Site</h2>
<ul>
<?php include('folder/file.html');?>
<br>
<li><a href="trade.link" title="Webmasters, click here to trade links with us">Trade Links</a></li>
</ul>
Everything works perfectly in FireFox however, god damn fucking Microsoft's shit heap called Internet Explorer makes the links invisible! When I scroll down and back up again, they appear... until I mouse-over a thumb; then the whole list disappears again!
I'll put the link to the page here. If an admin wants to remove it as spam, then you will have to PM me for the address.
I have three strands of hair left, so I would appreciate someone looking ASAP!
tyvm
The page is here. The list in question is the top list in the menu.