[jQuery] IE7 Tabs are invisible

[jQuery] IE7 Tabs are invisible


Hello,
I already did a search query on the site looking for other people
having the same problem, but couldn't find any.
My problem is the fact that I use FireFox as default browser, so I
don't see any problems until I decide do check it in IE 7. Well this
problem is really weird.
Take a look at the snapshots:
Internet Explorer:
http://img87.imageshack.us/my.php?image=ie7nc8.png
FireFox:
http://img143.imageshack.us/my.php?image=firefoxiy1.png
You can clearly see the difference. The code looks like this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script src="../js/jquery.js"></script>
<script src="../js/news.js"></script>
<script>
$(document).ready(function(){
$("#news > ul").tabs({ fxFade: true, fxSpeed: 'fast' });
});
</script>
<!-- Additional IE/Win specific style sheet (Conditional Comments) --