3.2.0

Tab Overflow

Hi,

I set (using css) my tab width to be 100% but when I resize my browser window the rightmost tabs are clipped. This is not desirable behavour - I'd like them to scroll or wrap. Is this behavour possible with tabs?

Thanks
Jonathan
November 4,
Some help with this would be greatly appreciated - I think it should be a simple fix.
Jonathan Clough
November 6,
HI Jonathan,
I am not a CSS expert, so, I can only suggest :
http://www.activewidgets.com/javascript.forum.15446.6/scrolling-tab.html
HTH
Carlos
November 6,
Hi.

After hours of screwing around with this I've got a solution. It's a shame the documentation wasn't better as this could have been solved in two minutes.

In the script:

var tabsRow1 = new AW.UI.Tabs;
tabsRow1.setId("tabsRow");


In the CSS:

#tabsRow {
    left:   6px; 
    height: auto !important;
    text-align:left;
    width: 90%;
}

#tabsRow .aw-list-item { height:23px !important; text-align: center;}
Jonathan Clough
November 10,

This topic is archived.

See also:


Back to support forum