You are here

help-icon.css in Advanced Help 5

Same filename and directory in other branches
  1. 6 help-icon.css
  2. 7 help-icon.css
.advanced-help-link {
  width: 12px;
  height: 12px;
  background: transparent url('help.png') no-repeat top left;
  background-position: 0px 0px;
  display: block;
  float: left; /* this is cheesy, I know */
  margin-top: 2px;
}

.advanced-help-link span {
  display: none;
}

.advanced-help-link:hover {
  background-position: 0px -12px;
}

File

help-icon.css
View source
  1. .advanced-help-link {
  2. width: 12px;
  3. height: 12px;
  4. background: transparent url('help.png') no-repeat top left;
  5. background-position: 0px 0px;
  6. display: block;
  7. float: left; /* this is cheesy, I know */
  8. margin-top: 2px;
  9. }
  10. .advanced-help-link span {
  11. display: none;
  12. }
  13. .advanced-help-link:hover {
  14. background-position: 0px -12px;
  15. }