Incorrect CSS style for link anchor

XMLWordPrintable

    • Type: Bug
    • Resolution: Not an Issue
    • Priority: P3
    • tbd
    • Affects Version/s: 9
    • Component/s: tools

      Incorrect CSS style for link anchor: using of :before selector leads to overlapping of nearest elements (see the depricated-list.html in the attached javadoc sample: it is even impossible to click the links starting from "Deprecated Annotation Types")

      a[name]:before, a[name]:target {
          content:"";
          display:block;
          height:120px;
          margin:-120px 0 0;
      }

      This CSS modification was made while adding the search feature.

        1. out.zip
          374 kB
        2. overlap.jpg
          overlap.jpg
          352 kB

            Assignee:
            Unassigned
            Reporter:
            Oleg Barbashov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: