Thanks Everyone for your help! Sorry for being incognito! I've had a
dose of the flu! The problems all seemed to a mix of everything
everyone has said here..but the main one was that my page was using a
masterpage where there were 3-divs inside each other...then the
contentpanel (which is where t
The link you gave, just fixed the height of the container.
But if you want to do so, you can first:
1.) when document ready, show all tabs at first
2.) loop though and get the height of each to choose the max
3.) hide all tabs (left the default show)
On Nov 18, 10:34 am, danito wrote:
> Hello pe
Here is the example page: http://www.turnstylecreative.com/new/work.php
I've also tried the follow tutorial with no luck.
http://www.learningjquery.com/2008/10/1-way-to-avoid-the-flash-of-unstyled-content
On Nov 16, 10:56 am, StephenJacob wrote:
> Does anyone have any experience with the Jquer
After further research it appears they are both doing the same thing
when loading content.
Does anyone have any suggestions or experience working with things
like this? I understand that Jquery can not "tabify" the content until
the page is loaded.. there for, the HTML must load the page and then
Issue Resolved.
I stopped using the Jquery Tabs and started using
http://flowplayer.org/tools/demos/tabs/index.html
On Nov 12, 11:06 am, StephenJacob wrote:
> I'm having an issue, which seems common, when loading tab content
> using the Jquery Tab plugin. It seems the content loads on the page
I think you'll have more success getting an answer if you post the
question to the jquery-ui group. That group is dedicated to questions
such as yours that are specifically related to jQuery UI.
http://groups.google.com/group/jquery-ui/
Thanks!
--Karl
Karl Swedberg
www.english
Anyone at all have any ideas how to make the tabs not reload when you change
between them?
ngreenwood6 wrote:
>
> I have created a tabbed item. There are 2 tabs on called first the other
> second. Now when tab1 is clicked it should show the tab1 item and the same
> for tab2. This is working h
I'm not sure I quite understand the problem you're having, but it sort
of sounds like you could solve the problem by putting code you want to
execute after content is loaded into the callback function of the ajax
load method.
So, using your words below, ajax load the external load file into
Anyone? No one can answer this? Seems like this must come up all the
time.
On Oct 6, 1:17 pm, dylanmac wrote:
> I have a set of jqueryui tabs that, when clicked, load in their
> content dynamically. It works great, except that one of the pages uses
> a jquery plugin itself. This results in two
Whole page is only template. The jQuery elemet is purple box called
"dynamic box" - it should change by itself each 2.5 seconds and after
click on red "box 1" buttons next to it. I've changed something in the
code, now it works under ie, but when you chose "box 3" - the box will
move on the end of
I don't see that page working for FF3.0 even. it's your use of
the code, not the code itself
On Aug 5, 8:33 am, bary white wrote:
> here is my site:http://testlayout.cba.pl/
> tabs don't work under IE - all div's are visible. I should add some
> code? I thought that jquery works under all
Hi,
You are posting to the wrong group.
There is a group for jquery.ui where you can get faster answers
http://groups.google.com/group/jquery-ui?hl=en
Best Regards
- Original Message -
From: "psycho_gamer"
To: "jQuery (English)"
Sent: Tuesday, June 23, 2009 5:30 PM
Subject: [jQ
If I remember correctly the tabs plugin has can fire a function
you can then use jquery to collect all the values from that form
page... and send them via ajax to a jsp that will post this
datayou will likely want to set a Unique ID of some sort so you
can handle if they go back and change
Okay, figured it out:
$nav = $(".mainNav ul").tabs({
// set url hash to selected tab
select: function(event, ui){
document.location.hash = "t" + $(ui.panel).attr("id");
}
});
// go to tab set in url
I've done something similar in order to reload the correct tab if the
user refreshes or bookmarks:
---
$nav = $(".mainNav ul").tabs({
// set url hash to selected tab
select: function(event, ui){
document.location.hash = $(ui.panel).attr("id");
Here is the CSS
.ui-tabs .ui-tabs-hide {
display: none;
}
#tabs ul li a {
background:#ECEDFC none repeat scroll 0 0; /* first tab is blue like
the panel */
/* background: none; */
text-indent:0;
font-size:100.01%;
line-height:1.4;
padding:0.5
Hello again Martin
It's CSS question as well :). It would be helpful if you reveal your
code. But as I suppose the margin-bottom: -1px on tabs may help
resolve the problem.
On 26 мар, 14:56, Martin wrote:
> Hello,
>
> My Jquery Tags are working perfectly. But the only problem I am now
> experi
Hello Acamar,
You were correct it was a CSS issue, some css defining another
link was getting mixed up with the tab links. Once I specified the
separate link more precisely using a class qualifier (i.e. was
now , the problem was resolved.
Thanks for your help...
Martin
On Mar 26, 3:46 am,
Hi! It's not jQuery related question but CSS. Can you show your CSS
rules for the tabs?
On 25 мар, 19:59, Martin wrote:
> Hello,
>
> I am using Jquery Tabs in a webpage and the problem I am having is
> that the tabs are shown correctly in Firefox (Horizontally), but
> incorrectly in IE (Vertical
Please upload a test file with all related content.
Hebrew:
בבקשה תעלה קובץ XHTML לבדיקה עם כל התוכן הרלונטי.
זה כולל את קובץ ה-jQuery בגירסא המתאימה שלו, הקטע כולו של התגים
שקשורים ל-Tabs וכן קוד JS מתאים...
העלאה של 2 קבצים נפרדים שכל אחד מהם מכיל טקסט בשפה אחרת (אחד עברית
ואחד אנגלית) - יעזור.
Yeah, noticed that after the post.
But I fixed that and it's not the problem.
Any other clue as to why it's not working?
On Feb 27, 10:19 pm, Klaus Hartl wrote:
> You have a "#" too much in your panel ids... Should read:
>
> ...
>
> --Klaus
>
> On 27 Feb., 17:35, hitautodestruct wrote:
>
> > Hi
You have a "#" too much in your panel ids... Should read:
...
--Klaus
On 27 Feb., 17:35, hitautodestruct wrote:
> Hi,
>
> I have a problem implementing jQuery tabs using hebrew content in the
> li and div elements.
> I get the error "jQuery UI Tabs: Mismatching fragment identifier" when
> cl
Well, with Tabs 2 you could actually do:
$('#box').tabs({ remote: true });
--Klaus
On 29 Jan., 13:08, jampov wrote:
> I love you stepahn. A million thanks.
$("#tabs a").click(function() {
$.get( $(this).attr("href"), function(data) {
$("#contaioner").html(data);
});
return false;
});
see also:
http://docs.jquery.com/Ajax
and (since I guess you are German speaking):
http://www.ajax-community.de/javascript/5951-jquery-ajax-ergebnis-ins-dom
Ah, thanks. :)
On Jan 15, 5:23 am, "Richard D. Worth" wrote:
> jQuery UI 1.6rc4 is not compatible with jQuery 1.3. You can either grab the
> svn trunk
>
> http://docs.jquery.com/UI/Subversion
>
> or wait until tomorrow as 1.6rc5 (which will be compatible with 1.3) is
> coming today.
>
> - Richar
jQuery UI 1.6rc4 is not compatible with jQuery 1.3. You can either grab the
svn trunk
http://docs.jquery.com/UI/Subversion
or wait until tomorrow as 1.6rc5 (which will be compatible with 1.3) is
coming today.
- Richard
On Wed, Jan 14, 2009 at 11:30 AM, Eric Garside wrote:
>
> Anyone having tr
Ok, how do I implement this code:
var $tabs = $('#example').tabs(); // first tab selected
$('#my-text-link').click(function() { // bind click event to link
$tabs.tabs('select', 2); // switch to third tab
return false;
});
I'm also looking at the bit of code that looks like this:
$(".se
Yes, that is correct.
On Dec 31, 7:33 am, Klaus Hartl wrote:
> I assume you're using UI Tabs...
>
> http://docs.jquery.com/UI/Tabs#...select_a_tab_from_a_text_link_inste...
>
> --Klaus
>
> On 30 Dez., 19:09, Ted wrote:
>
>
>
> > I'm having a problem with Jquery's tab plugin.
>
> > Specifically,
I assume you're using UI Tabs...
http://docs.jquery.com/UI/Tabs#...select_a_tab_from_a_text_link_instead_of_clicking_a_tab_itself
--Klaus
On 30 Dez., 19:09, Ted wrote:
> I'm having a problem with Jquery's tab plugin.
>
> Specifically, I've got a page with a couple of tabs. On that page, in
>
Yes, definitely a lot of KBs, but when developing we had the debate on
whether to compromise on the visuals and features to improve load
times. Ultimately we felt the visuals are more important than the
text, so we made the call. I think those on a slower connection are
used to a little lag time
Awesome, putting it inline after the carousel divs did the trick on a
test page I created! Believe it or not I've been looking for a
solution to this for appx. 6 months...admittedly it was a passive
search, but I'm amazed the solution was so simple! It should only
take an hour or so to tweak the
Hey guys, i dont know what happened but I posted a picture/mock of what I
wanted and now the photo is gone.. ??
Anyway its solved-- I wanted to have one tab on the left, then a series of
tabs on the same line, but on the right side... someone suggested floating
the tabs I wanted on the right and
I wonder if he means tabs that are connected to nothing? o_O Wouldn't
they just be called... buttons? :)
On Dec 9, 9:51 pm, donb <[EMAIL PROTECTED]> wrote:
> First, we have to know what 'disjointed' means...
First, we have to know what 'disjointed' means...
On Dec 9, 4:53 pm, ripcurlksm <[EMAIL PROTECTED]> wrote:
> --
> View this message in
> context:http://www.nabble.com/jQuery-TabsAre-disjointed-tabs-possible-.-t...
> Sent from the jQuery General Discussion mailing list archive at Nabble.com.
not sure. Probably yes, but first you need to be able play with CSS so
static HTML can be aligned like that.
Try something like this.
Tab1
Tab2
Tab3
George.
On Dec 9, 4:54 pm, ripcurlksm <[EMAIL PROTECTED]> wrote:
> Is this possible with jQuery tabs? To seperate certain tabs and push them to
Well, it can't work because nowhere in your HTML is a class named
"tabs-container2". The plugin itself (older versions) adds the class
"tabs-container" to the tab panels - that's why you're not seeing it
in the initial HTML and why that width is applied to both tab sets.
You can see that class tho
Set cache option to true.
http://docs.jquery.com/UI/Tabs/tabs#options
--Klaus
On 20 Nov., 01:11, nemozob <[EMAIL PROTECTED]> wrote:
> I'm using jQuery tabs and wanted to load the non-active tab content
> via ajax. It looks like the default method loads the remote content
> each time.
>
> What
Forgot to say, if you're adding the script just after the elements you
don't need to wrap it in jQuery(function(){ or ready() or anything.
On Dec 8, 4:51 pm, Illah <[EMAIL PROTECTED]> wrote:
> Forgot the link:
>
> http://www.grooveeffect.com/
>
> On Dec 8, 10:31 am, Illah <[EMAIL PROTECTED]> wrot
You can include the script after the HTML it works with, for example
right before the closing body tag, and not use the ready handler:
jQuery.noConflict();
jQuery('#latest > ul').tabs({ fx: { opacity: 'toggle' } });
jQuery('#carousel > ul').tabs({ fx: { opacity: 'show' }
Forgot the link:
http://www.grooveeffect.com/
On Dec 8, 10:31 am, Illah <[EMAIL PROTECTED]> wrote:
> I use jQuery tabs for a carousel (see link below) but the problem is
> the script doesn't fire until the page is fully loaded. On slower
> connections, or depending on if my ad network is pipin
looks like you need to clear your float
you could probably just add clear:both to the ui-tabs-panel rule
ui-tab-panel {
clear: both;
}
(assuming Klaus' ie-specific display: inline-block isn't working for
whatever reason)
On Nov 12, 2:45 pm, ripcurlksm <[EMAIL PROTECTED]> wrote:
> I am ha
Sounds like a Doctype issue. The CSS you are using was only tested
with IE in standards mode. Do you use a Doctype?
--Klaus
On 12 Nov., 23:45, ripcurlksm <[EMAIL PROTECTED]> wrote:
> I am having problems with the gray line that is supposed to appear at the
> bottom of the tabs. Instead it is ap
anyone?
On Oct 27, 11:27 am, gryzzly <[EMAIL PROTECTED]> wrote:
> I have this markup structure:
>
> Some Title
> ...some content...
> more spans like this (around 100, depends on particular ajax
> page I am loading, might change due to the content changes)
>
> Some Titl
Never mind I used another tutorial in the end. Thanks for your help!
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Klaus Hartl
Sent: Tuesday, September 23, 2008 9:21 PM
To: jQuery (English)
Subject: [jQuery] Re: jquery tabs cannot put inside
Do I replace both?
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Klaus Hartl
Sent: Tuesday, September 23, 2008 9:21 PM
To: jQuery (English)
Subject: [jQuery] Re: jquery tabs cannot put inside the tab
I took a quick look at the tutorial, I gues
I took a quick look at the tutorial, I guess its the line
$(’#tabs div’).hide(); // Hide all divs
that hides your inner div (hide all, no?). You will have to adapt the
selector to your needs, like adding a class to the divs you want to be
hidden or just hide all the divs that are a direct child
Well, I can't tell anything from what I have here. Could you put what
you have online somewhere?
--Klaus
On Sep 23, 2:27 pm, tyliong <[EMAIL PROTECTED]> wrote:
> no it definitely has something to do with jquery. once i remove jquery
> from my javascript library but keep my css files and have ju
no it definitely has something to do with jquery. once i remove jquery
from my javascript library but keep my css files and have just the
javascript that was on the tutorial i can see the hello( hello i put in the tab). If i remove all my css files i still cannot
see the hello.
On Sep 23, 7:23 p
This usually works fine and it should. You should probably check your
CSS...
--Klaus
On Sep 23, 7:21 am, tyliong <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have followed the tutorial
> herehttp://apricotstudios.wordpress.com/2008/08/29/jquery-tabs-tutorial/
> everything is working except one thing
So you need to reset the nested tabs whenever you select a parent:
$('#ddetail_tabs ul').tabs({
select: function(e, ui) {
$('ul.tabs-nav', ui.panel).tabs('select', 0);
}
});
--Klaus
On Aug 28, 6:00 pm, Sridhar Gowda <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am using
> http://cse-
It was just that I misplaced the cookie option, I had put it in the fx part
while it should have been outside of it.
Thank you for your answer.
On 6/16/08, Klaus Hartl <[EMAIL PROTECTED]> wrote:
>
>
> That looks correct. Did you not forget to include the cookie plugin?
>
>
> --Klaus
>
>
>
> On 15
That looks correct. Did you not forget to include the cookie plugin?
--Klaus
On 15 Jun., 18:34, "Isaak Malik" <[EMAIL PROTECTED]> wrote:
> Oups, it was a mistake at my side, corrected code:
>
> $(function()
> {
> $('#tabCont > ul').tabs({fx: {opacity: 'toggle', duration: 500}, cookie:
> {expi
Oups, it was a mistake at my side, corrected code:
$(function()
{
$('#tabCont > ul').tabs({fx: {opacity: 'toggle', duration: 500}, cookie:
{expires: 7, path: '/'}});
});
--
Isaak Malik
Web Developer
CORRECTION:
remove the quotation marks from the jQuery selector like this:
$(ui.instance.$panels).remove("ui-tabs-hide");
On May 5, 8:57 am, motob <[EMAIL PROTECTED]> wrote:
> Assuming that you are using ui.tabs()...
>
> You can utilize some callback functions that are provided with
> ui.tabs()
Assuming that you are using ui.tabs()...
You can utilize some callback functions that are provided with
ui.tabs() such as show(), or select(). Each callback function gets
passed to it the ui.tabs object which you can use to access those
hidden panels. Then you can do what Leanan suggested:
$("ul
There are a lot of different tabs plugins but I'm guessing you're
using the jquery UI tabs? You should try using firefox w/ firebug,
and take a look at the classes the tabs are given when they are
selected / hidden (or read the docs on that plugin as they should have
that info as well). I don't
Try (with latest version from SVN):
var $tabs = $('.ui-tabs-nav').tabs({
select: function(ui) {
alert( $('a', $tabs).index(ui.tab) );
}
});
Maybe it is a good idea to attach the index to the ui object, so that
you could do:
alert(ui.index);
or something similiar... this que
$('#tabcontent > ul').tabs().bind('load.ui-tabs', function(e, ui) {
// do something after content has been loaded
});
http://docs.jquery.com/UI/Tabs#Events
--Klaus
On Mar 7, 9:57 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm using Jquery tabs from here
> --http://www.
Klaus Hartl wrote:
> Hi Matt, currently external tabs like that are not supported. So far I
> was reluctant to implement that 1. to avoid bloat and 2. to me that
> seems unexpected behavior to have a tab open in a new window
I agree. At a minimum, you might at least add some sort of indication
(v
Klaus, thank you very much for your input and thoughts on the topic, as well
as the link. Interesting reading, indeed. I shall most definitely give
more thought to the task at hand.
Stephen, thanks also for the potential solution. I sincerely appreciate it.
jQuery is awesome, and this list is
On 5 Jan., 23:35, "Matt Quackenbush" <[EMAIL PROTECTED]> wrote:
> I'm using the Tabs plugin, and have a question.
>
>
> My First Tab
> My Second Tab
> http://www.someothersite.com/";>My Third
> Tab
>
>
> // my content
>
>
> // my other content
>
>
> Is it possible to get t
Gday Matt,
Not sure if there is a way to ignore the TABS functions, but what
about just placing an onclick event. Either directly on the link, or
bind it via jQuery onload.
Just add a class as a hook, like...
http://www.someothersite.com/"; rel="http://
www.someothersite.com/" class="offsite" >
Thanks Klaus - worked perfectly.
On Nov 23, 9:34 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> On 23 Nov., 12:39,sukhminder<[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > Tabs are not loading on the first click. I have a link which is like:
>
> > Headlines > li>
>
> > when user clicks on this it calls th
On 23 Nov., 12:39, sukhminder <[EMAIL PROTECTED]> wrote:
> Tabs are not loading on the first click. I have a link which is like:
>
> Headlines li>
>
> when user clicks on this it calls the following function:
>
>
> function loadTabs(filename) {
> $('head').append('
jm wrote:
I was wondering if there was a way that I could have the jQuery tabs
plugin (http://stilbuero.de/jquery/tabs/) select a tab onmouseover. I
didn't find anything when I tried a few searches here or on Google.
Thanks!
UI Tabs (Tabs 3) has that build-in:
$('ul#tabs').tabs({ event: 'mo
Massimiliano Marini wrote:
Hi all,
I'm using the amazing jQuery tabs plugin, but I'm having problem
with this code:
$('#container-1').tabs(2,{
fxFade: true,
fxSpeed: 'fast',
onClick: function() {
alert("Clicked!");
That's it! Thanks so much for your help Klaus - this application is
just perfect for what I needed!
Thanks again!
On Jul 19, 4:35 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > On my website: http://www.rose-hulman.edu/~bryantms/prizes.html
> > (temporary host)
>
> >
[EMAIL PROTECTED] wrote:
On my website: http://www.rose-hulman.edu/~bryantms/prizes.html
(temporary host)
As you can see the content on each tab is not rendering properly in IE
(6 or 7). It appears to the right of the tabs themselves. Does
anyone know how to resolve this issue? This renders
> From: Klaus Hartl
>
> PS: Someone posted a guide to posting to mailing lists and
> increasing the chances of getting help, but unfortunately I
> cannot find it anymore.
> Does anybody remember that?
That would be the (in)famous "How to ask questions the smart way" by Eric
Raymond:
http://w
Klaus Hartl wrote:
Bruce wrote:
You know what?
While some of us don't know it all, aren't highly "evolved"
programmers, and maybe even don't ask a question or ask for help in
the "proper" way.
None of you knew anything when you started either.
jquery may be great, but completely ignorin
Bruce wrote:
You know what?
While some of us don't know it all, aren't highly "evolved" programmers,
and maybe even don't ask a question or ask for help in the "proper" way.
None of you knew anything when you started either.
jquery may be great, but completely ignoring help requests from n
ests from newbies
> makes it sad and creates a lot of negativity.
>
> No more ques, I'll drop off list and promote something else/
>
> - Original Message -
> From: "Bruce" <[EMAIL PROTECTED]>
> To:
> Sent: Thursday, July 12, 2007 9:29 PM
> Subject:
On 7/13/07, Bruce <[EMAIL PROTECTED]> wrote:
You know what?
While some of us don't know it all, aren't highly "evolved" programmers,
and
maybe even don't ask a question or ask for help in the "proper" way.
None of you knew anything when you started either.
jquery may be great, but completely
g help requests from newbies
makes it sad and creates a lot of negativity.
No more ques, I'll drop off list and promote something else/
- Original Message -
From: "Bruce" <[EMAIL PROTECTED]>
To:
Sent: Thursday, July 12, 2007 9:29 PM
Subject: [jQuery]
Am I not asking correctly?
- Original Message -
From: "Bruce" <[EMAIL PROTECTED]>
To:
Sent: Thursday, July 12, 2007 9:16 PM
Subject: [jQuery] Re: jquery tabs collapsing
Could this be caused by being on a temporary domain?
Bruce
- Original Message -
From:
Could this be caused by being on a temporary domain?
Bruce
- Original Message -
From: "Bruce" <[EMAIL PROTECTED]>
To:
Sent: Thursday, July 12, 2007 2:08 PM
Subject: [jQuery] jquery tabs collapsing
I'm using the tabs on a site, when I click on next tab or go back they all
collapse
More info;
can't give a link to page as its offline, but this may help: Also I removed
the height I set but still collapses
$(function() {
$('#container-1').tabs({ fxAutoHeight: true, fxFade: true, fxSpeed:
'slow' });
Thank you Klaus! That was exactly the solution I was looking for :).
Matthias
On 18 Jun., 13:15, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > Hi,
>
> > I am using the jquery tabs with dynamically generated divs (the AJAX
> > variant):
>
> >
> >
> > link
> > .
[EMAIL PROTECTED] wrote:
Hi,
I am using the jquery tabs with dynamically generated divs (the AJAX
variant):
link
...
When the user clicks on the tab nav, I want to display a loading image
in the content area (=the dynamically generated div). I tried to bind
an onclick function
Klaus Hartl wrote:
Klaus Hartl wrote:
[EMAIL PROTECTED] wrote:
Hi,
I noticed when I create my JQuery tabs, the "onShow" callback function
is automatically invoked.
$('#container').tabs(tab_id, {
remote: true,
fxFade: true,
Klaus Hartl wrote:
[EMAIL PROTECTED] wrote:
Hi,
I noticed when I create my JQuery tabs, the "onShow" callback function
is automatically invoked.
$('#container').tabs(tab_id, {
remote: true,
fxFade: true,
fxSpeed:
[EMAIL PROTECTED] wrote:
Hi,
I noticed when I create my JQuery tabs, the "onShow" callback function
is automatically invoked.
$('#container').tabs(tab_id, {
remote: true,
fxFade: true,
fxSpeed: 'fast',
[EMAIL PROTECTED] wrote:
Regarding JQuery tabs, I would like the ability to click on the text
of the selected tab, and have it replaced by a text field where I can
edit the text that composes the tab. Then, if I click outside the
text field or hit "Enter", what was typed in the text field would
On May 16, 4:46 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> You need to include the whole snippet I gave you in the element
> of your page. Yes, inside the HTML comments. Google for "Conditional
> Comments" for more information.
>
> -- Klaus
Another thing that could be having an impact - if you
jafar1978 wrote:
Hi Klaus,
First of all, what you have created is the best I have ever seen. It
is just so fantastic. This is what I did:
I included the the jquery.tabs-ie.css file in the dir.
then I uncommented the following:
Recommended usage (Conditional Comments):
in the jquery.tabs-ie.
Hi Klaus,
You are the best. That did it...Thank you for the great app and your
answer.
Regards, --jh
On May 16, 11:18 am, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> jafar1978 wrote:
> > Hi,
>
> > I have been using JQuery and it is great. I have a problem which is
> > related to viewing more tha
Hi Klaus,
First of all, what you have created is the best I have ever seen. It
is just so fantastic. This is what I did:
I included the the jquery.tabs-ie.css file in the dir.
then I uncommented the following:
Recommended usage (Conditional Comments):
in the jquery.tabs-ie.css
Do I need to do
jafar1978 wrote:
Hi,
I have been using JQuery and it is great. I have a problem which is
related to viewing more than anything else. When I click on the tab
the text of the div appears on the right of the last tab rather under
the tabs. When I use FireFox the text is displayed correctly. I hav
[EMAIL PROTECTED] wrote:
I downloaded a fresh copy of the CSS and applied what you said and
indeed it worked great. However, there is one thing that is still
lingering on IE. The DIV with class "tab-container" is not being
moved to the next line. In other words, it is staying on the same
line
I downloaded a fresh copy of the CSS and applied what you said and
indeed it worked great. However, there is one thing that is still
lingering on IE. The DIV with class "tab-container" is not being
moved to the next line. In other words, it is staying on the same
line. I created a simplified v
[EMAIL PROTECTED] wrote:
Hi,
This should be simple, I know, but I'm having problems. Using the
default stylesheet that accompanies the Jquery Tabs example, how do I
change the color of unselected links? I tried adding a "color:"
directive to the ".tabs-nav a" class, but to no avail. The link
Giuliano Marcangelo wrote:
Dave,
if you "go"a little more specific, and target the .tabs-nav a span, and
apply a color to that..and at same time target .tabs-nav .tabs-selected
a span for some contrast...you will get your desired effect
There's no need to go more specific (besides that it's
Dave,
the styling works for me in IE6, ff and opera.
On 15/05/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
> Thanks for this info. I added these to the bottom of the stylesheet
>
> .tabs-nav a span {
> color: #ff;
> }
> .tabs-nav .tabs-selected a
Dave,
if you "go"a little more specific, and target the .tabs-nav a span, and
apply a color to that..and at same time target .tabs-nav .tabs-selected a
span for some contrast...you will get your desired effect
On 15/05/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi,
This should be simp