Thread: CSS Headache
View Single Post
Old 2007-01-03, 05:56 PM   #1
oast
With $10,000, we'd be millionaires! We could buy all kinds of useful things like ... love!
 
oast's Avatar
 
Join Date: May 2004
Location: UK
Posts: 316
CSS Headache

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.
__________________
Playboy Webmasters - The name says it all! $35 per signup or 60% revshare.
oast is offline   Reply With Quote