Try changing display inline to inline-block to:
#meni li {
display:inline-block;
Try adding display block to:
#meni li a {
display: block;
You might need to add a width and height to one or both of these also. If
you have a sample page it will be easier for us to help too.
Jamie
--
--
You received this because you are subscribed to the "Design the Web with CSS"
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]
