<html> | |
<head> | |
<title>Float Test Page</title> | |
<style type="text/css"> | |
#redblock { | |
background: red; | |
width: 352px; | |
} | |
#wrapper { | |
border: 1px solid black; | |
width: 500px; | |
height: 200px | |
} | |
body { | |
font: 10px/1em Ahem; | |
} | |
li, ul { | |
display: inline; | |
margin: 0px 10px; | |
border: 0px; | |
padding: 0px; | |
} | |
ul { | |
padding-left: 40px; | |
} | |
</style> | |
</head> | |
<body> | |
<div id="wrapper"> | |
<div id="redblock"> | |
<ul><li><img src="resources/checker.png" /> | |
Should be all one line.</li> | |
</ul> | |
</div> | |
<div id="redblock"> | |
<ul><li><img src="resources/checker.png" /> | |
Should be all one line.</li> | |
</ul> | |
</div> | |
</div> | |
</div> | |
</body> | |
</html> | |