Wie kan me helpen.
Ik heb een hover in css gemaakt en nu is het probleem dat hij niet goed uitlijnt.
Als ik de padding en margins en hoogtes aanpas gaat die heel raar doen.
Wie kan me helpen.
Online: starohosting.nl/klant4
css:
PHP
#nav {padding:0; margin:0; list-style:none; height:30px; position:relative; z-index:1000; width: 1000px;}
#nav li.top {display:block; float:left;}
#nav li a.top_link {display:block; float:left; height:30px; line-height:30px; color:#fff; text-transform: uppercase; text-decoration:none; font-size: 6pt; font-weight:bold; padding:0 0 0 12px; cursor:pointer;background: url(blank.gif);}
#nav li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:36px;background:url(blank.gif) right top;}
#nav li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:36px; background:url(blanka.gif) no-repeat right top;}
#nav li a.top_link:hover {color:#fff; background: #003363; -moz-box-shadow: inset 0 0 10px 3px #393939; height: 28px;}