a {color: #000066; text-decoration: none;}
a:link {color: #000066; text-decoration: none;}
a:visited {color: #000066; text-decoration: none;}
a:active {color: #000066; text-decoration: none; }
a:hover {color: #0000FF; text-decoration: underline;}
a.bluelink {color: #0000ff; text-decoration: none;}
a.bluelink:link {color: #0000ff; text-decoration: none;}
a.bluelink:visited {color: #0000ff; text-decoration: none;}
a.bluelink:active {color: #0000ff; text-decoration: none; }
a.bluelink:hover {color: #0000FF; text-decoration: underline;}
a.boldlink {color: #000066; text-decoration: none; font-weight: bold;}
a.boldlink:link {color: #000066; text-decoration: none; font-weight: bold;}
a.boldlink:visited {color: #000066; text-decoration: none; font-weight: bold;}
a.boldlink:active {color: #000066; text-decoration: none; font-weight: bold;}
a.boldlink:hover {color: #000066; text-decoration: underline; font-weight: bold;}
so tell me - why does the 'underline' attribute not work? no links appear underlined when they are moused over, though the a.boldlink:hover does indeed turn 'bold'
thanks for any help you can toss my way
a:link {color: #000066; text-decoration: none;}
a:visited {color: #000066; text-decoration: none;}
a:active {color: #000066; text-decoration: none; }
a:hover {color: #0000FF; text-decoration: underline;}
a.bluelink {color: #0000ff; text-decoration: none;}
a.bluelink:link {color: #0000ff; text-decoration: none;}
a.bluelink:visited {color: #0000ff; text-decoration: none;}
a.bluelink:active {color: #0000ff; text-decoration: none; }
a.bluelink:hover {color: #0000FF; text-decoration: underline;}
a.boldlink {color: #000066; text-decoration: none; font-weight: bold;}
a.boldlink:link {color: #000066; text-decoration: none; font-weight: bold;}
a.boldlink:visited {color: #000066; text-decoration: none; font-weight: bold;}
a.boldlink:active {color: #000066; text-decoration: none; font-weight: bold;}
a.boldlink:hover {color: #000066; text-decoration: underline; font-weight: bold;}
so tell me - why does the 'underline' attribute not work? no links appear underlined when they are moused over, though the a.boldlink:hover does indeed turn 'bold'
thanks for any help you can toss my way