GeekArticles
Web Programming
CSSTabbed Browsing with CSS2
Author: devarticles.com |
Published: 10th Aug 2005 |
Visited: 837 times |
Add CommentFiled in: CSS( Page 1 of 3 ) So you've created one sweet web application, and you're very proud of the functionality, but the User Interface is somewhat lacking. Hey, don't worry, it happens to all of us. We are programmers after all, not UI designers! But don't despair; this tutorial will show you how to separate the pages of your application into ergonomically distinct chunks, by the use of CSS tabs. That's right, CSS, no tables involved! It has become a very established fact that tabs are an easy...n
Read Article Sponsored Links
Related Articles
• Default browsing path for Indy is incorrect QC#: 43114 Version: 11.0 Status: Closed defect, no action required Resolution: Bug has been fixed Description: The BDS default browsing path includes:
$(BDS)\source\Indy10
but this folder doesn't contain any source files.
Instead the Indy source ...
• Add Code Browsing between Begin and End Statements QC#: 38016 Version: 10.0 Status: Open defect, requires resolution Resolution: Bug is a duplicate (must note dup bug #) Description: It would be very usefull to have the ability to browse between the begin and end statment of a code block, especially i ...
• Working with Web Parts and Tabbed Views A common feature among popular portal sites - such as Google and Live portals - is the ability for users to add new pages and hence having tabbed views.
When you have such a feature how would you allow users to drag web parts between the tabs? In this article I will show how to do that using the A ...