Here's my site source code:
<!DOCTYPE html>
<html>
<head>
<title>Home</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /
>
<link href="/favicon.ico" type="image/x-icon" rel="icon" />
<link href="/favicon.ico" type="image/x-icon" rel="shortcut icon" />
<link rel="stylesheet" type="text/css" href="/css/jquery-
ui-1.7.1.custom.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/
libs/jquery/1.3.2/jquery.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/
libs/jqueryui/1.7.1/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript">
$(document).ready(function() {
$('#home').tabs();
});
</script>
<!-- LOGO img src (shown as whitespace in ss) -->
<div id="home">
<ul>
<li><a href="/welcome">Home</a></li>
<li><a href="/about">About Us</li>
<li><a href="/services">Services</li>
<li><a href="/portfolio">Portfolio</li>
<li><a href="/contact">Contact Us</li>
</ul>
</div>
</body>
</html>
Screenshot remove (!)'s:
http://(!)img16(!)imageshack(!)us/img16/9034/ssie7.png
What is causing this? Tabs works fully and displays properly in FF.
What's the problem here?
Thanks for the help everyone.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---