scrollable tab bar widget solution
Posted
by opensas
on Stack Overflow
See other posts from Stack Overflow
or by opensas
Published on 2010-03-14T19:55:50Z
Indexed on
2010/03/14
20:15 UTC
Read the original article
Hit count: 287
I have a web page that I use to update a fairly complex data structure.
The page itself has lots of information, so I developed some simple Tab-page control, with plain html.
Each tab is a different page, so when the user click on a tab a post is issued to the new page.
Fairly simply.
The problem is that the page has about 10 tabs, so it no longer fits on screens.
I'd like to know if you can advice some way to develop a scrollable tab bar or any other way to overcome this situation. maybe a widget or something...
thanks a lot
saludos
sas
© Stack Overflow or respective owner