:: Forum >> Version 2 >>

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
Tuesday, November 4, 2008
Some help with this would be greatly appreciated - I think it should be a simple fix.
Jonathan Clough
Thursday, November 6, 2008
HI Jonathan,
I am not a CSS expert, so, I can only suggest :
/javascript.forum.15446.6/scrolling-tab.html
HTH
Carlos
Thursday, November 6, 2008
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
    
heightauto !important;
    
text-align:left;
    
width90%;
}

#tabsRow .aw-list-item height:23px !importanttext-aligncenter;} 
Jonathan Clough
Monday, November 10, 2008



This topic is archived.

Back to support forum

Forum search