D
DC
Hi,
sorry if this has been answered a million times already - I still did
not find the answer in the groups.
My problem is best explained by the html below. I often experience
missing borders, typically top or bottom. In Firefox everything is
fine, in IE7 (I did not test a lower version) the border is being
crippled.
TIA for any explanations and workarounds.
Regards
DC
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML Strict//EN">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
..WP1LinkButton {
BORDER: red 10px solid;
padding: 2px;
}
..WP1LinkButton2 {
BORDER: red 10px solid;
padding: 0px;
}
</style>
</head>
<body>
<table>
<tr>
<td style="height: 50px;">
<a class="WP1LinkButton">Where is the top border?</a>
</td>
<td style="height: 50px;">
<span class="WP1LinkButton2">
<a>1px top border only</a>
</span>
</td>
</tr>
</table>
</body>
</html>
sorry if this has been answered a million times already - I still did
not find the answer in the groups.
My problem is best explained by the html below. I often experience
missing borders, typically top or bottom. In Firefox everything is
fine, in IE7 (I did not test a lower version) the border is being
crippled.
TIA for any explanations and workarounds.
Regards
DC
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML Strict//EN">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
..WP1LinkButton {
BORDER: red 10px solid;
padding: 2px;
}
..WP1LinkButton2 {
BORDER: red 10px solid;
padding: 0px;
}
</style>
</head>
<body>
<table>
<tr>
<td style="height: 50px;">
<a class="WP1LinkButton">Where is the top border?</a>
</td>
<td style="height: 50px;">
<span class="WP1LinkButton2">
<a>1px top border only</a>
</span>
</td>
</tr>
</table>
</body>
</html>