I got the bullet almost working properly now. I used this code in the css parameters of the module:
Code: |
.werknemer ul.ux-menu ul.ux-menu-sub a
{
top: -15px;
left: -2px;
width: 384px;
padding-top:0px;
background-image: url(/sandbox/modules/mod_ariextmenu/mod_ariextmenu/js/css/images/bullet_wit_opgrijs.gif) !important;
background-repeat: no-repeat !important;
background-position: left center;
}
|
What code do I need to insert to create some space between the bullet and the list item?
Sorry to bother you again with my silly css questions. Help is very much appreciated!