开发者

Flicking through many tabs in a jquery-ui "tabs" control

开发者 https://www.devze.com 2023-04-01 04:13 出处:网络
Is there a 开发者_Go百科way to make the jquery-ui \"tabs\" control display small arrows when there are many tabs open, so that the user can flick through them (like in a Firefox window with many tabs

Is there a 开发者_Go百科way to make the jquery-ui "tabs" control display small arrows when there are many tabs open, so that the user can flick through them (like in a Firefox window with many tabs open)? If not, are there any tab controls that implement this feature?


I think you could add a css rule that target open tabs and an image for example:

.ui-tabs .ui-tabs-nav .ui-tabs-selected{
    background-image: url(....);
}
0

精彩评论

暂无评论...
验证码 换一张
取 消