so i have this in the html style tag:
*        .nav-tabs.nav-stacked > li > span {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > span {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
}

.nav-tabs.nav-stacked > li:last-child > span {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
}

.nav-tabs.nav-stacked > li > span:hover,
.nav-tabs.nav-stacked > li > span:focus {
    z-index: 2;
    border-color: #ddd;
}

.nav-pills.nav-stacked > li > span {
    margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > span {
    margin-bottom: 1px;
}
    </style>
*and this as stacked tab:
*                                <ul class=\"nav nav-tabs nav-stacked\">
                                    <li><span>gdfgd</span></li>
                                </ul>*
but it doesnt work :/
 

Am Sonntag, 2. Juni 2013 18:20:41 UTC+2 schrieb Tarek Obarack:
>
> hey,
> i want to use stacked tabs not as navigation but with text as 
> content-holder.
> the problem is you need the a href tags, without them its just text 
> without the border etc.
> how can i fix that?
> lg
>

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to