Jquery UI tabs question
Jquery UI tabs question
Out of context: Reply #3
- Started
- Last post
- 9 Responses
- flashbender0
Thanks for the reply
I tried that and it is fine in all mac browsers but breaks in IE 6/7
I tried that and it forces the "viewAll" link above the nested tab content. Trying a variety of placement options, the only way to get it where it needs to be in all browsers is with absolute positioning but this breaks immediately if someone has browser text set larger than default.
I also tried
$('#Htabs .Vtabs .ui-tabs-nav li.viewAll a').attr("target", "_self"); and that does not work either, although curiously
$('#Htabs .Vtabs .ui-tabs-nav li.viewAll a').attr('title', 'This link should not open in a tab'); does work.