fauntleroy
Technical User
Hi ... I'm trying to sandwich a horizontal menu with two horizontal lines. On a MAC in Firefox, the lines look fine. But on a PC in Vista, the top line travels up much higher. There's too much space between the top line and the menu.
Here's two screenshots ...
Any help would be appreciated. Thanks.
@charset "UTF-8";
.menutext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #999999;
}
.tinytext {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
color: #999999;
}
.blueheader {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color: #007AC1;
font-weight: 300;
line-height: 33px;
}
.bodytext {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 88%;
line-height: 133%;
color: #666666;
}
html {
overflow: scroll;
min-height: 500px;
height: 100%;
margin-bottom: 1px;
}
Here's two screenshots ...
Any help would be appreciated. Thanks.
@charset "UTF-8";
.menutext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #999999;
}
.tinytext {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
color: #999999;
}
.blueheader {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color: #007AC1;
font-weight: 300;
line-height: 33px;
}
.bodytext {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 88%;
line-height: 133%;
color: #666666;
}
html {
overflow: scroll;
min-height: 500px;
height: 100%;
margin-bottom: 1px;
}