bounding boxes

Out of context: Reply #1

  • Started
  • Last post
  • 2 Responses
  • sp0

    You might be able to alter the size of a clickable bounding box using CSS, DOM and/or Javascript. But I doubt there is a way to alter shape.

    You can expand the clickable area of a text link by using padding and margins in CSS on the A tag and it's surrounding DIV, but careful...it will only work in certain browsers.

    You could use Image Maps to do this, but that requires your clickable area to be all images. It can be a strain on loading - depending on connection speeds.

View thread