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.
>
> Thits is a TAB:
>
> <li><a href="#menu-1" class="topmenu">Beginpagina</a></li>
>
> 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 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 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
> > > you need is already provided by the plugin.
>
> > > That said, to change the class name for the selected tab - without
> > > changing the source - initialize it like so:
>
> > > $('#foo').tabs({
> > >     selectedClass: 'your-own-special-name'
>
> > > });
>
> > > And even that is not really required since you could just adjust the
> > > given CSS. Whatever, maybe I got your problem wrong.
>
> > > > 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?
>
> > > I usually do such styling by context. Say one of your tab panes is
> > > inside a div with the id "one" and another one is inside a div with
> > > the id 'two'. You can then write your CSS like:
>
> > > #one .your-own-special-name {
> > >     color: green;
>
> > > }
>
> > > #two .your-own-special-name {
> > >     color: red;
>
> > > }
>
> > > HTH, --Klaus- Tekst uit oorspronkelijk bericht niet weergeven -
>
> > - Tekst uit oorspronkelijk bericht weergeven -

Reply via email to