long strings in list/menu boxes

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ian Davies

    long strings in list/menu boxes

    Is there a way to get a list/menu box to resize as the page is resized and
    for any long string that is an item in the list to be spread over two or
    more lines in the same way as text in a table does.


  • Jerry Stuckle

    #2
    Re: long strings in list/menu boxes

    Ian Davies wrote:[color=blue]
    > Is there a way to get a list/menu box to resize as the page is resized and
    > for any long string that is an item in the list to be spread over two or
    > more lines in the same way as text in a table does.
    >
    >[/color]

    Not in PHP - PHP is server side and has no knowledge of the client's window size
    or anything else to do with the client.

    You might try alt.html, or for client-side scripting, alt.html or, for client
    scripting, comp.lang.javas cript.

    --
    =============== ===
    Remove the "x" from my email address
    Jerry Stuckle
    JDS Computer Training Corp.
    jstucklex@attgl obal.net
    =============== ===

    Comment

    Working...