Conflicting problem with css
- by Luke
I was told last night that the following isn't allowed in CSS.
<a href="index.php"><div class="button">Home</div></a>
.submenu div.button{width:72px; height:20px; float:left; margin:0 20px; font-size:0.9em; font-family:Arial; padding:2px; color:black;}
How can i create the look I want for the button and then allow the…