how i domain div lay unbroken any other?
code preview: 
<html>
<head>
<title>testing css</title>
<style type="text/css">
.dday {
font-size:205%
}
.dmon {
font-weight:bold;
font-variant:small-caps;
font-size:130%;
margin-top:-.7em;
}
.detailcontainer {
vertical-align:middle;
display:table-cell;
padding:0em 0em 0em 1em;
}
#dcontainer {
border:1px plain green;
display:table;
height:3.25em;
}
</style>
<body>
<div id="dcontainer">
<div class="dday">31</div>
<div class="dmon">sep</div>
<div class="detailcontainer">test o.o</div>
</div>
</body>
</html>
my doubt is: illusory place another date domain unbroken initial one, appears this:
edit: strange, i attempted floating before i asked doubt didn't work...thanks everybody :d
Comments
Post a Comment