Little problem with TabContainer (ajax)

L

laziers

Hello,
I have a little problem with TabContainer.

Now it looks like this: http://laziers.googlepages.com/tab2.png

but it has to be: http://laziers.googlepages.com/tab1.png

so.. what should I set in css to split this tabs?

maby this helps:

..tab .ajax__tab_header {
display:inline;
background:url(gfx/tabUserBoxInactiveLeft.png) no-repeat 0 0;
float:left;
margin-right:2px;
}

..tab .ajax__tab_outer {
display:block;
padding:7px 10px 6px 0;
background:url(gfx/tabUserBoxInactiveRight.png) no-repeat
100% 0;
color:#354653;
text-decoration:none;
}

..tab .ajax__tab_inner {
display:inline;
padding-left:10px;
float:left;
margin-right:2px;
}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

CSS problem in Firefox 4
CSS menu 1
problem with StaticSelectedStyle and StaticHoverStyle 0
Drop down Navigation menue 1
Forums help 3
news letter 1
CSS Problems 8
CSS Menu and Frontpage 2003 4

Top