Here is the HTML code:
<li>
  <a href="./hacks/hacks.html" title="Break the rules with techniques, not malicious invasion into computer and destroy the computer network.">
    <strong>HACKS</strong>
  </a> -
  <em>Break the rules with techniques, not malicious invasion into computer and destroy the computer network.</em>
</li>
The problem is when I put mouse focus on the link, the title (Break the rules with techniques, not malicious invasion into computer and destroy the computer network.) won't show up. when I delete the <strong></strong> between HACKS, it works. (IE 10)  
<strong></strong>  [title-works-without-strong]
  [title-works-without-strong] <strong><strong>   
After I change the browser to Chrome 27, the title worked.
Guys, any explanation?
How's about moving the strong outside the anchor:
<li>
  <strong><a href="./hacks/hacks.html" title="Break the rules with techniques, not malicious invasion into computer and destroy the computer network.">
    HACKS
  </a></strong> -
  <em>Break the rules with techniques, not malicious invasion into computer and destroy the computer network.</em>
</li>
Tested on IE7
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With