#menu { width: 700px; height: 150px; float:right;}#menu li { float:right; margin: 0 2px;}#menu li ul { background-color: red;}#menu a { margin-top: 50px; display:block; width: 7em; height: 2em; color: black; border:0.05em; border-style:dashed; border-color:#b6b6b6; font-family: Comic Sans MS, cursive; font-size:1em; text-align: center; line-height: 35px;}#menu a:hover { background-color: #333; color: white; text-transform:uppercase;}
--- wrapper div ---
--- banner div floating left --- menu div floating right ----
now if i dont float the menu right, links are clickable. if i float them right, i cant click anymore. not even rollover.
how do i fix that?
this is a WP Theme