• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Getting actual height of HTMLelement in Jscript.

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Getting actual height of HTMLelement in Jscript.

    If, rather than setting exact height of a DIV in the HTML, I use a small figure and just let it size itself to accomodate the text I put in, how can I find that actual height in jscript?

    style.posHeight returns the figure typed in the style and not the real height as seen on the page.

    Ta for any input.

    #2
    if you want exact sizes then use image(s).

    Comment


      #3
      Ta atw but not practical. All the elements on the page are resized to user screen resolution on opening. Resize images of text and they tend to get unclear unlike resized fonts which stay sharp. Also rather inflexible, one spelling error and it's twenty minutes in PSP redoing it. Am trying to stick with very generalised techniques I can reuse easily for different material.

      What actually doing is a drag and drop thing. Pupils drag and drop characters, props and speeches onto a stage or set. Rather than just a box, I would like to have a speech bubble behind the speech that automatically resizes to the text content.

      Comment


        #4
        you can resize images which will be "scaled" up or down. now, this would affect image itself but if its solid colour then it won't be noticeable at all.

        i think its kind of right to do as much as poss in HTML, but Flash might be better option for drag/drop stuff.

        Comment

        Working...
        X