Skip to main content

All Questions

0 votes
1 answer
316 views

filter objects by multiple dropdowns

I have a lot of buttons, each with three classes. The first class could be "a1", "a2" or "a3". The second class could be "b1", "b2" or "b3". Same for the third class with "c". For example: <body&...
offscourings's user avatar
0 votes
2 answers
1k views

Changing DIV visibility based on select box

I have a div that I want to show only if a certain value is selected from a drop down menu ( in this case , it is custom-css ) On the fiddle ( http://jsfiddle.net/obmerk99/8xnzh/1/ ) it works ok... ...
Obmerk Kronen's user avatar
2 votes
1 answer
6k views

Making a dropdown menu visible only on hover

I have been searching the internet. This question Hovering <a> in CSS without href on Stack Overflow, doesn't address my issue in a way I can understand. I am trying to make a "primary" menu, ...
user avatar
0 votes
1 answer
2k views

Display div on hover of different element

I'm trying to build a css drop down menu. I have a div #category_list which is hidden and I want to display it once user hover over #category_drop list element. I tried #category_drop:hover #...
Ilja's user avatar
  • 45.7k