JeomEmpowSgeS
New Member
Why doesn't \[code\]padding-top\[/code\] work, height of menu is set. HTML: \[code\]<div class="menu"> <a href="http://stackoverflow.com/questions/14604541/#">APIE MUS</a> <a href="http://stackoverflow.com/questions/14604541/#">REKLAMA</a> <a href="http://stackoverflow.com/questions/14604541/#">PARTNERIAI</a></div>\[/code\]CSS: \[code\] .menu{width: 300px; height: 30px; background: red;} .menu a{padding-top: 10px;}\[/code\]