Hey Shaggy I have a question I so close to haveing this script be perfect I am just having trouble with the opacity and wondered if you know where I am going wrong?
I guess anyone else that sees where I have gone wrong I would take their advice as well
here are the links:
This is the page to view. On all the drop down menus the black areas are supposed to have an opacity set.
I just need all black areas in the drop downs to have an opacity. So first menu its wen a <li> is hovered over. on the second submenu its always transparent except for when hoverd over then its green.
The attribute you need to add to the relevant classes is "opacity", which takes a value between 0 and 1.
Very important to note, though, that my menu makes use of some CSS3 elements which most browsers have yet to implement and some CSS2 elements that you'll find missing in browsers such as IE6.
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.”
Can you add that to the stylesheet you posted above so's I can see it live? It may simply be a browser compatibility issue.
You don't need that first-child pseudo-class, by the way, not unless you'll be giving the first list item a different style to the others.
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.”
THanks Shaggy I would have done that I just spent a total of about 7 hours trying to get the hovers working with 2 different scripts and no one I work with could get it to work either so I just switch it to a solid background for now. If it comes back I will add that info and try again.