| 1. |
Solve : Drop Down Menu not hovering correctly? |
|
Answer» Below is the code I put TOGETHER. It is formatted how I would like, but I cannot get the code to make the sub-text hover when hovering over the main topic. Does anyone have any suggestions?
did you check out http://www.w3schools.com/cssref/sel_hover.asp also adding a:hover { background-color:yellow; } that's an example which you may be able to implement in your code. |
|