Hi to all and sorry for my english.
I have a problem with jQuery UI Ajax tabs in ColdFusion. In static HTML/CSS
all works well, but when I insert in the href attribute of the a tag a link
to a .cfm page, IE7 don't show the content of the linked page.
My code is:
<div id="showcase">
<ul id="nav_products">
<li> include/ajax/page1.cfm Page1 </li>
<li> include/ajax/page2.cfm Page2 </li>
<li> include/ajax/page3.cfm Page3 </li>
<li> #showcase1 Non-ajax </li>
</ul>
<div id="showcase1">bla bla</div></div>
The same code with static simple page works (example:
include/ajax/page1.html)
I tried with /include/ajax/page1.cfm, I tried to insert a title attribute in
the a tag, I tried to insert 3 empty div with the same name of the title
attributes (only change spaces with underscores). Nothing, in IE7 don't
work.
My ui-tabs.css is
.ui-tabs { margin:0; padding: 0;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { font-weight: bold; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; background: none;
}
I've delete zoom:1 from .ui-tabs because with it I can't show a links in
tabs panels. But it's the same with zoom:1 too. I've also tried with
position:relative. Don't work.
Please, help me, every response is appreciated.
--
View this message in context:
http://www.nabble.com/jQuery-UI-Tabs-Ajax-Problem-on-IE-in-CF-tp22911634s27240p22911634.html
Sent from the jQuery UI Discussion mailing list archive at Nabble.com.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---