Hello!
I have a problem but I am not sure if it is just my properties that are wrong in my Internet Explorer 8 or if I do something wrong when I code.
The problem is that I want text to appear when people have the mouse over the link but it is not working in Internet Explorer 8, while it works in Mozilla. It also works when I am using images.
Here's an example of code that doesn't work in Internet Explorer but works in Mozilla.
echo "<a href='navigation.php' title = 'Used for expeditions and daily events. Also used in ship versus ship combat.'><b> [Navigation] </b></a>";
Am I doing something wrong? I have noticed that it works in my Internet Explorer 8 browser when they have the same thing and when I checked the html-code on those pages they did it the way I have above unless I am blind.

Thanks in advance!