Sorry about that.

Here is the HTML for the tabs:
        <div id="mainTabBar">
                <ul>
                        <li><a href="#home"><span>Home</span></a></li>
                        <li><a href="#twitter"><span>Twitter 
Updates</span></a></li>
                        <li><a href="#van_stats"><span>van_stats</span></a></li>
                        <li><a href="#macwiki"><span>Mac Wiki</span></a></li>
                        <li><a href="#blog"><span>Blog</span></a></li>
                        </ul>
                <div id="home">Content</div>
                <div id="twitter">Content</div>
                <div id="van_stats">Content</div>
                <div id="macwiki">Content</div>
                <div id="blog">Content.</div>
        </div>

And here is the JS again, which is in a separate js file (if this
makes a difference):
$(document).ready (
        function() {
                $("#mainTabBar").tabs();
        }
);

I tried this in Opera 9 as well and have the same problem, despite my
belief that there is little to nothing wrong with the way this HTML
and JS are set up right now.

Thanks,
Bryan

On Aug 19, 3:31 am, Jörn Zaefferer <[email protected]>
wrote:
> Trimming down the page until only code directly related to the issue
> is left is the best way to get this solved.
>
> Jörn
>
>
>
> On Tue, Aug 18, 2009 at 9:16 PM, vansmith<[email protected]> wrote:
>
> > Hi everyone,
>
> > I'm working on a page right now that centers around the jqueryui tabs
> > as the main form of navigation. Right now, the page works fine on
> > Safari, FF and Chromium (OS X) but it doesn't work in the new beta of
> > Opera 10. I had initially thought this would be Opera's fault as a
> > beta but the tab examples on the jqueryui site work perfectly fine.
> > I've combed through my code (I'm new to web dev so bear with me) and
> > nothing appears to be wrong. The js for the tabs is as follows:
>
> > $(document).ready (
> >        function() {
> >                $("#mainTabBar").tabs();
> >        }
> > );
>
> > I would post the html code here for the tabs but there is quite a bit
> > of content and for brevity's sake, I direct you to the page that isn't
> > working:www.vansmith.net. I also don't want to trim down the code for
> > posting here because I don't want to trim out anything that might be
> > important.
>
> > Thanks in advance,
> > Bryan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to