<html>
<head>
<style>
.5foo {
width:100px;
border: 2px solid red;
}
.goo {
height:100px;
}
</head>
</style>
<body>
<div class="goo 5foo">I should not have a border and I should not have a tiny width.
</div>
<html>
<head>
<style>
.5foo {
width:100px;
border: 2px solid red;
}
.goo {
height:100px;
}
</head>
</style>
<body>
<div class="goo 5foo">I should not have a border and I should not have a tiny width.
</div>