On 7/10/14, 10:49, John wrote:
at this link:
http://coffeeonmars.com/130su/assignments/asst2a/jj_resp_skeleton.html I
have a CSS menu dropdown for the header nav item named “Class”
Functionally, it behaves correctly, ...
Not really. I don’t know if it works with touch, but it certainly fails w
In the sub menus you have :hover applied to both the and the -
what colors/background are you expecting?
#header nav ul li ul li:hover {
1. font-weight: bold;
2. color: green;
#header nav li a:hover{
1. background: skyblue;
2. color: black;
Chris Rockwell
On Thu, Jul 10, 2014
On Jul 10, 2014, at 10:49 AM, John wrote:
> Functionally, it behaves correctly, but I don’t see why the hover state of
> the sub-nav li items won’t respond to change in color. Size, yes, but color
> no. Makes me think something further up the chain is taking precedence, such
> as the first li
at this link:
http://coffeeonmars.com/130su/assignments/asst2a/jj_resp_skeleton.html I have a
CSS menu dropdown for the header nav item named “Class”
Functionally, it behaves correctly, but I don’t see why the hover state of the
sub-nav li items won’t respond to change in color. Size, yes, but