Have you tried adding the missing type attribute for your script tags? --Klaus
On 13 Nov., 17:20, julianandresmontes <[EMAIL PROTECTED]> wrote: > Hi bindows its a Ajax framework (www.bindows.net), i used the nice > free bindows gauges from them. > > the demo http://server.azlogica.com/pt/Admin/gauge.html > > I try in IE6 and IE7 and nothing , please take a look > > Julian > > On 13 nov, 08:25, Klaus Hartl <[EMAIL PROTECTED]> wrote: > > > I don't know anything about that bindows gauge. Could you give us some > > more information, post a demo? > > > --Klaus > > > On 13 Nov., 03:45, julianandresmontes <[EMAIL PROTECTED]> wrote: > > > > hi i have a page with 3 jquery ui tabs , any tabs have a > > > different bindows gauge. > > > in firefox works fine, but in the IE dont works, only the > > > defaults tab works, the others panels > > > dont show nothing. > > > > this is my code, > > > thanks in advanced > > > > Julian > > > > <div id="example" class="flora"> > > > > <ul> > > > > <li><a href="#fragment-1"><span>One</span></a></li> > > > > <li><a href="#fragment-2"><span>Two</span></a></li> > > > > <li><a href="#fragment-3"><span>Three</span></a></li> > > > > </ul> > > > > <div id="fragment-1"> > > > > <div id="gaugediv1" class="ui-tabs-panel" > > > ></div> > > > > <script> > > > > > > bindows.loadGaugeIntoDiv("gauges/g_clock_bindows.xml", > > > "gaugediv1"); > > > > </script> > > > > </div> > > > > <div id="fragment-2"> > > > > <div id="gaugediv2" > > > class="ui-tabs-panel"></div> > > > > <script> > > > > bindows.loadGaugeIntoDiv > > > ("gauges/g_clock_bindows.xml", "gaugediv2"); > > > </script> > > > > </div> > > > > <div id="fragment-3"> > > > > <div id="gaugediv3" class="ui-tabs-panel" "></div> > > > > <script> > > > bindows.loadGaugeIntoDiv > > > ("gauges/g_clock_bindows.xml", "gaugediv3"); > > > </script> > > > </div> > > > > </div> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
