[css-d] input[type=checkbox]:checked+label not working

2014-09-23 Thread lobo
Hello, I'm working on a form, and as the user checks items I want the label to change color. I seem to be able to do this fine with radio buttons by adding the following to my css: input[type=radio]:checked+label {} However I haven't been able to me the same thing work for checkboxes

[css-d] Suggestions on styling a header effect with CSS

2013-11-25 Thread lobo
Hi everyone, I'm sitting here scratching my head on the best way to achieve this effect on some h2 and/or h3 tags. What I'm looking to do is have a header appear side-by-side with a subhead, have each be a different background color, and have a triangle in between them. the width of each would

[css-d] background image of entire ul tag change on hover... not the li tags under it?

2013-06-04 Thread lobo
Hi everyone, I am trying to solve a css puzzle and thought I'd see if I could find help. I am building a navigation that is composed of three ul elements, each with a background image. I would like for the background image to change when the user hovers over anywhere within the ul element,