HI,
Can anyone figure out why the words in my menu bar hang out near the
very top of the red bar in Mozilla?
The words should be vertically centered. They are correct in Safari and
IE 5.2.
Please be kind, I'm learning!
Thanks
Steve
td.toplinks a {
display: block;
text-decoration: none;
height: 100%;
margin: 0;
text-align: center;
font-weight: bold;
font-size: 12px;
color: white;
padding: 6px 3px 6px 3px;
background-color: #b31b1b; }
td.toplinks a:hover {
color: #FFFFFF;
background: #9b1717; }
Can anyone figure out why the words in my menu bar hang out near the
very top of the red bar in Mozilla?
The words should be vertically centered. They are correct in Safari and
IE 5.2.
Please be kind, I'm learning!
Thanks
Steve
td.toplinks a {
display: block;
text-decoration: none;
height: 100%;
margin: 0;
text-align: center;
font-weight: bold;
font-size: 12px;
color: white;
padding: 6px 3px 6px 3px;
background-color: #b31b1b; }
td.toplinks a:hover {
color: #FFFFFF;
background: #9b1717; }
Comment