CSS question

Out of context: Reply #3

  • Started
  • Last post
  • 9 Responses
  • dc_again0

    you can position any element within another positioned element.

    this means that an absolutely positioned element by itself at left: 10px, top: 10px, will be positioned at 10px from the document top and 10px from the document left. but place that element inside another positioned element, and it will be 10px from the top of the containing element, and 10px from the left of the containing element.

    position your table relatively would be a good start. or the table cell that contains the div.

View thread