Results 1 to 5 of 5

Thread: CSS layout question

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    Easiest would be change whatever code is calculating the score to store the values in variables and then output them in the proper order. Any programming language should let you do that.

    Barring that, I don't know of a way to do this without using absolute positioning. But you can use relatively-absolute positioning so that it's locally absolute rather than absolute to the whole page. See attachment. Note that the quiz and score are positioned absolutely only relative to the wrapper div, and you can put the wrapper div anywhere according to normal placement rules.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •