How do I stretch a flash object to fill the entire screen?

Discussion in 'CSS' started by Imozeb, May 11, 2010.

  1. #1
    How would I create three columns: two side columns which are flash objects and are automaticly stretched to fill the entire y and the remaining x of the screen and a center column for the content using css? I was thinking about using javascript for this but I was hoping css had a solution.

    HTML CODE:
    
    <object style="width:LEFT REMAINDER OF SCREEN"></object>
    <div id="content" style="width:800px;">content here</div>
    <object style="width:RIGHT REMAINDER OF SCREEN"></object>
    Code (markup):
    Thank you.
     
    Imozeb, May 11, 2010 IP
  2. Imozeb

    Imozeb Peon

    Messages:
    666
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Javascript it is then.
     
    Imozeb, May 12, 2010 IP