Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8149039

Incorrect CSS style for link anchor

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P3 P3
    • tbd
    • 9
    • 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

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

              Created:
              Updated:
              Resolved: