- CHANGING LAYER STACKING ORDER
- DRAWING MULTIPLE CONSECUTIVE LAYERS
- LAYERS LIKE YOU LIKE 'EM
- TAKING PREVENTATIVE MEASURES
- MOVIN' AND GROOVIN' AND LAYIN' TO THE BEAT NOW
- NO SPECIAL MAGIC REQUIRED
- PUT THOSE LAYERS IN THEIR PLACE
- SUPER SIZING LAYERS
- NO TRESPASSING
- NESTING URGES
- THE OBVIOUS ESCAPES US SOMETIMES
- CHANGE LAYER CONTENTS
- INSERT DIV TAG
- FRAMESETS-A-PALOOZA
- SPLITS ARE ALL RELATIVE
- QUICK DRAW FRAMESETS
- WHY SO BLUE?
- GETTING IN TOUCH WITH YOUR INNER FRAMESET
- PLAYING THE FRAME NAME GAME
- A FRAMESET BY ANY OTHER NAMESET
- KEEPING FRAMES IN THEIR PLACE
- HELP, I'VE BEEN FRAMED, AGAIN!
- TARGETING MULTIPLE FRAMES
- OODLES OF UNDO-ODLES
- CREATING ACCESSIBLE FRAMES
- DÉJÀ VU FRAMES
- THE GUIDING LIGHT
CREATING ACCESSIBLE FRAMES
The Section 508 accessibility guidelines require that frames be titled with understandable names that assist navigation. The key word here is titled. It is not enough for your frames to have appropriate names, such as navigation or content; additionally, each <frame> also must have a title attribute with similar values (the name and title attributes don't have to be the same, although that's often the easiest course). The title attribute can, of course, be added by hand or by selecting the <frame> tag in Code view and entering the title value in the Tag inspector. The other technique for making sure your frameset is compliant with Section 508 is to enable the Frames option in the Accessibility category of Preferences. Once enabled, the Frame Tag Accessibility Attributes dialog box appears whenever a frameset is created. To title the frames, choose the frame name from the drop-down list and enter the desired title in the bottom field; be sure to cycle through all the frame names. The Frame Tag Accessibility Attributes dialog box (say that five times fast!) does not appear, however, if you create the frameset by dragging out a frame border.