(Note my signature)
You can determing what you need one of two ways
1) use the FireBug extension in FireFox to look at the elements (and test your new selector/rule) or
2) go to your page and then view the source to see what the child elements are and then you can build the selector from that.
in english your CSS says ' add a solid white 50px wide boarder to every 'li' that is a child of a 'ul' with a class of'rMenu' which is a child of a 'div' with an ID of 'menu1'
use that and look a the source to see what 'li's are effected.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
Last edited by juggledad; Jun 9, 2016 at 08:13 AM.
|