Tests of dynamic menus: test 7
This test case tests the functionality of dynamic menus especially in MS IE 5.x for Mac browsers. It demonstrates the functionality of my dynamic menus also in other browsers, which support DOM1. The only browsers, which renders in my tests dynamic menus of this test case almost flawless are Mozilla 0.9+ browsers. They (or other as new Mozilla Gecko rendering engine using browsers like Netscape 6.1+) should be used as the comparison browsers in order to know, what are the expected behaviors.
- Test 1. This page test, if
@media works in browsers, which support position:fixed. In MS IE 5.0 for Mac dynamic menus should be fixed but if newer versions of MS IE 5.x for Mac support @media dynamic menus are absolute positioned. In the main menu event handlers, which should open sub-menus are both for the links itself and parent elements of them (container DIV elements).
- Test 2. Positioning model:
position:fixed. In the main menu event handlers, which should open sub-menus are both for the links itself and parent elements of them (container DIV elements).
- Test 3. Positioning model:
position:absolute. In the main menu event handlers are both for the links itself and parent elements of them (container DIV elements).
- Test 4. Positioning model:
position:fixed. In the main menu event handlers, which should open sub-menus are only for parent elements of links (container DIV elements).
- Test 5. Positioning model:
position:absolute. In the main menu event handlers, which should open sub-menus are only for parent elements of links (container DIV elements).
- Test 6. Another dynamic menu, which use a more complex structure. Positioning model:
position:fixed. In the main menu event handlers are only for links themselves.
- Test 7. Another dynamic menu, which use a more complex structure. Positioning model:
position:absolute. In the main menu event handlers are only for links themselves.