Questions (Object, TD...) [beginner]

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

    Questions (Object, TD...) [beginner]

    1. I have <object width="100%" height="100%".. .> inside <td> and I
    can't set width and height to fill 100% of the column space. My
    ActiveX doesn't shows on the screen. It shows if I move it outside of
    <table> or if I set width and height in pixels instead of percents.

    2. I have <img align=top src=...> inside of <td> and it shows image in
    the center of <td>. :(

    I'm designing for IE 5 and newer IE browsers (intranet).
  • Mark Tranchant

    #2
    Re: Questions (Object, TD...) [beginner]

    Milan wrote:
    [color=blue]
    > 1. I have <object width="100%" height="100%".. .> inside <td> and I
    > can't set width and height to fill 100% of the column space. My
    > ActiveX doesn't shows on the screen. It shows if I move it outside of
    > <table> or if I set width and height in pixels instead of percents.[/color]

    Then don't use tables for layout.
    [color=blue]
    > I'm designing for IE 5 and newer IE browsers (intranet).[/color]

    Hm.

    --
    Mark.

    Comment

    Working...