ShowcaseIESIX_CSS

This is the CSS for IE6. The biggest difference is that the background color for the CSS sprite navigation images is green like the background for the website. This is because IE6 can't use alpha transparency.

This page contains only the sections that pertain to the Contact page.

  1| @charset "utf-8";
  2| /* CSS Document */
  3| 
  4| 
  5| /*Navigation Menu*/
  6| 
  7| #menuWrap a {
  8|         background-image:url('../images/menuNavStripIESIX.png');
  9|         background-repeat:no-repeat;
10|         line-height: 65px;
11|         text-decoration:none;
12|     }
13| 
14| /*Navigation Menu Ends*/
15| 
16| /*Subnavigation Menu*/