Home arrow HTML arrow Page 4 - Configuring Tables for a Menu for All Browsers
HTML

Configuring Tables for a Menu for All Browsers


In this third part of the series, we continue with the style attributes of the tables of the menu. After that we shall talk about the IDs of the tables and the IDs of their cells. As I said in the previous part of the series, a lot of the design in this series lies in the configuration of the tables. We just have to carry on talking about the tables. We shall talk relatively little about the JavaScript code, later in the series.

Author Info:
By: Chrysanthus Forcha
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
May 20, 2009
TABLE OF CONTENTS:
  1. · Configuring Tables for a Menu for All Browsers
  2. · Sub Menu for Last Drop Down Menu
  3. · IDs of the Tables and their Cells
  4. · The Last Drop Down Menu Table IDs

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
Configuring Tables for a Menu for All Browsers - The Last Drop Down Menu Table IDs
(Page 4 of 4 )

The last drop down menu table produces its sub menu on its left. The design of the last drop down menu and its sub menu is not the same as the design of the second drop down menu, as you might expect.

The table for the last drop down menu is as ordinary as the first drop down menu or the third drop down menu. It is a table of one column. Its ID is "DDT4," as we mentioned above. The table for its sub menu is not glued to it, as was the case for the second drop down menu table.

The table for its sub menu is actually in the fourth cell of the main table. Description of this table is given above; the diagram is fig.13.2. The menu item “Sub link 34 >” is in the last drop down menu. This menu item gives rise to the sub menu. For the same reasons as given above, the ID of this sub menu table is "ST34."

IDs for the Sub Menu Cells

When giving IDs to the cells of a sub menu, it is the cells of the nested table that are taken into consideration. In a nested table, the first cell (row) is considered to be row zero, the second, row 1, the third, row 2 and so on. The ID of each row begins with "TD," the same as for the drop down table cells, and is then followed by the row number, and then the number part of the ID of the nesting table.

For example, the sub menu table with the ID "ST11" has cells with IDs of TD011, TD111, TD211 and TD311.

Let us take a break here. The story carries on in the next part of the series.


DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware.

blog comments powered by Disqus
HTML ARTICLES

- HTML5 Boilerplate: Working with jQuery and M...
- HTML5 Boilerplate Introduction
- New API Platform for HTML5
- BBC Adopts HTML 5, Mozilla Addresses Issues
- Advanced Sticky Footers in HTML and CSS
- HTML and CSS Sticky Footers
- Strategy Analytics Predicts HTML5 Phones to ...
- HTML5 Guidelines for Web Developers
- Learning HTML5 Game Programming
- More Engaging CSS3 and HTML Background Effec...
- Engaging HTML and CSS3 Background Effects
- More Web Columns with CSS3 and HTML
- Columns with CSS3 and HTML
- Creating Inline-Block HTML Elements with CSS
- Drag and Drop in HTML5: Parsing Local Files

Dev Articles Forums 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Contact Us 
Site Map 
Privacy Policy 
Support 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 8 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials