Home › Forums › CSS › Changing wordpress access from dropdown to dropline menu › Re: Changing wordpress access from dropdown to dropline menu
December 4, 2012 at 7:02 am
#116266
Member
In addition, you seem to have a weird problem when hovering over the last item in your hover menu. I think it’s because you have set a width of 100%, so replace it with this and it looks a lot neater.
#access ul ul a {
display: inline;
float: left;
background: #BE0F16;
color: white;
}