Results 1 to 5 of 5

Thread: HTML Weird Lineup Prob !

Threaded View

  1. #1

    Thread Starter
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    HTML Weird Lineup Prob !

    Hi all, I've got the following that I'm stumped on. Any help which can be given to help me understand why this is happening would be appriciated.

    I've got a page(pic attatched) with my select listbox down the left of this page. This listbox is in a table, and I've used :
    Code:
    <TD Rowspan="3">
        <Select Multiple style="height:310px; width:65%">
        <Option>A</Option> ...
        <Option>Z</Option>
        </Select>
    </TD>
    To make it spread accross 3 rows of the table (the attached pic shows the table outline). Unfortunatly, I've had to set the height in pixels to take up the full height of these rows. I can use a percentage figure with the width, but as soon as I try this with the height, none of the listbox shows ?!??!?!
    Any ideas why this would happen Thanks!
    Attached Files Attached Files

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

Posting Permissions

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



Click Here to Expand Forum to Full Width