|
The first thing I would suggest you do is clean up your code. It has several validation errors - like stray opening or closing tags w/o their matching opposite.
However, the REAL problem is that you have ul id='nav' on all 3 menu items. That is not allowed, ID's must be UNIQUE. If you want to re-use 'nav', make it a class instead of an ID.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|