You are here

jquerymenu.css in JQuery menu 7.4

Same filename and directory in other branches
  1. 7 jquerymenu.css
  2. 7.2 jquerymenu.css
  3. 7.3 jquerymenu.css
ul.jquerymenu li.parent {
  list-style: none;
  list-style-image: none;
  background-image: none;
}
ul.jquerymenu li.closed ul{
  display: none;
}
ul.jquerymenu li span.parent {
  position: absolute;
  margin-left: -15px;
  margin-top: 6px;
  width: 9px;
  height: 9px;
  display: block;
}
.ie ul.jquerymenu li span.parent {
  margin-top: 4px;
}
ul.jquerymenu li.parent span.closed {
  background-image: url(images/controls.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: red;
}
ul.jquerymenu li.parent span.open {
  background-image: url(images/controls.png);
  background-repeat: no-repeat;
  background-position: 0px -9px;
}
ul.jquerymenu li.parent span.closed:after {
  content: "Expandible menu item";
  visibility: hidden;
}
ul.jquerymenu li.parent span.open:after {
  content: "Collapsible menu item";
  visibility: hidden;
}
ul.jquerymenu li.parent span.parent {
  cursor: pointer;
}
ul.jquerymenu li .jquerymenu_link_edit {
  display: none;
  position: absolute;
  width: 45px;
  margin-left: -40px;
  margin-top: 2px;
}

File

jquerymenu.css
View source
  1. ul.jquerymenu li.parent {
  2. list-style: none;
  3. list-style-image: none;
  4. background-image: none;
  5. }
  6. ul.jquerymenu li.closed ul{
  7. display: none;
  8. }
  9. ul.jquerymenu li span.parent {
  10. position: absolute;
  11. margin-left: -15px;
  12. margin-top: 6px;
  13. width: 9px;
  14. height: 9px;
  15. display: block;
  16. }
  17. .ie ul.jquerymenu li span.parent {
  18. margin-top: 4px;
  19. }
  20. ul.jquerymenu li.parent span.closed {
  21. background-image: url(images/controls.png);
  22. background-repeat: no-repeat;
  23. background-position: 0px 0px;
  24. background-color: red;
  25. }
  26. ul.jquerymenu li.parent span.open {
  27. background-image: url(images/controls.png);
  28. background-repeat: no-repeat;
  29. background-position: 0px -9px;
  30. }
  31. ul.jquerymenu li.parent span.closed:after {
  32. content: "Expandible menu item";
  33. visibility: hidden;
  34. }
  35. ul.jquerymenu li.parent span.open:after {
  36. content: "Collapsible menu item";
  37. visibility: hidden;
  38. }
  39. ul.jquerymenu li.parent span.parent {
  40. cursor: pointer;
  41. }
  42. ul.jquerymenu li .jquerymenu_link_edit {
  43. display: none;
  44. position: absolute;
  45. width: 45px;
  46. margin-left: -40px;
  47. margin-top: 2px;
  48. }