[jQuery] Re: jQuery Tab not working properly in IE 6, 7

2009-01-19 Thread channarith hun
Dear support, I am try to update the JQuery Css , but i can not find which statement can i change . Please give the sample ( script CSS) and guide me to do it . I would like to thank you in advance for help to resolve this problem . Best Regards, Rith On Tue, Jan 20, 2009 at 6:49 AM, rolfsf wro

[jQuery] Re: jQuery Tab not working properly in IE 6, 7

2009-01-19 Thread rolfsf
UI Tabs css changed with the most recent updates - jQuery 1.3 and jQuery UI 1.6rc5, so make sure you've made the appropriate updates to your css ( I just updated as well, and I noticed similar issues before I updated all of my css) http://docs.jquery.com/UI/Theming http://docs.jquery.com/UI/Themin

[jQuery] Re: Jquery tab

2008-10-19 Thread Klaus Hartl
Try to attach a click handler before tabifying... $(function() { $('#overview a').click(function() { location.href = 'url_to_overview'; return false; }); $("#nieuws > ul").tabs( { event: 'mouseover' }); }); (assumes that that particular tabs li element has an id "over

[jQuery] Re: Jquery tab

2008-10-19 Thread [EMAIL PROTECTED]
I have something like this: Index Members News When you go over one of the above opties you will see different options. When you go over News you will get some news categories, my question can i also make the News tab clicable so it goes to a overview of alle the news, but it also hs to use th

[jQuery] Re: Jquery tab

2008-10-18 Thread Klaus Hartl
I'm sorry, I do not quite understand your problem. Do you perhaps mean that the anchor is in use for the loading on mouseover and you need the tab to do something else if you click on it? --Klaus On 18 Okt., 23:07, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I have one little question left

[jQuery] Re: Jquery tab

2008-10-18 Thread [EMAIL PROTECTED]
I have one little question left. Thits is a TAB: Beginpagina is't possbile to make the tab also clickable, because the a href is already in use. On 18 okt, 19:59, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Thanks for your time and you support. I got it up and running now. > Maybe not the

[jQuery] Re: Jquery tab

2008-10-18 Thread [EMAIL PROTECTED]
Thanks for your time and you support. I got it up and running now. Maybe not the most effecient way but it works. On 17 okt, 16:50, Klaus Hartl <[EMAIL PROTECTED]> wrote: > On 17 Okt., 15:37, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > Works amazing. I adjusted the ui.tabs.js file so tha

[jQuery] Re: Jquery tab

2008-10-17 Thread Klaus Hartl
On 17 Okt., 15:37, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Works amazing. I adjusted the ui.tabs.js file so that i targets to css > stuff of my own site. Well, it's usually not the best idea to adjust the file itself (maintenance, e.g. updating gets more work), especially if everything y

[jQuery] Re: Jquery tab

2008-10-17 Thread [EMAIL PROTECTED]
Works amazing. I adjusted the ui.tabs.js file so that i targets to css stuff of my own site. Last question, i have another menu where i want to add this, but it uses different css styles hoe do i make this si that he uses other styles for that part? Erwin On 16 okt, 15:59, Klaus Hartl <[EMAIL P

[jQuery] Re: Jquery tab

2008-10-16 Thread Klaus Hartl
Tabs already attaches/detaches a class for the selected tab and the first tab is active by default. Thus you don't need to attach your class at all. If you want to roll your own style look for .ui-tabs-selected: .ui-tabs-selected { border: 1px solid red !important; /* just an example */ } -

[jQuery] Re: Jquery tab

2008-10-16 Thread [EMAIL PROTECTED]
I found the function add and remove class. I tried: $(document).ready(function(){ $("#nieuws > ul").tabs( { event: 'mouseover'}); $("#tab1_actief").removeClass(); }); But that doenst seem to work. How do i have to use this? On 16 okt, 12:45, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> w

[jQuery] Re: Jquery tab

2008-10-16 Thread [EMAIL PROTECTED]
Works amazing, thanks for your reply! Another litle question i have this: Nieuwste berichten Best bekeken Meeste reacties So the first tab is avtive when the page is loaded and the tab has a different color then. Thats: t

[jQuery] Re: Jquery tab

2008-10-15 Thread Klaus Hartl
The jQuery UI Tabs plugin can do this. Use it with event set to mouseover and Ajax links. http://docs.jquery.com/UI/Tabs --Klaus On 15 Okt., 16:38, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello, > > I am looking for a jQuery ajax script that can do the following: > > http://www.dou