Hi Susan,
To make the navigation buttons clickable in IE7 you need to define the
container as position: relative:
#container {
position: relative;
}
Also the pseudo links should be defined for :link and :visited if you define
It for :hover. Try using these for the navigation definitions:
#leftNav a:link, #leftNav a:visited { /* instead of #leftNav a */
#level2nav a:link, #level2nav a:visited { /* instead of #level2nav li
a */
Regards,
Kepler
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************