Question:

How can I lock my iframe, html/css table and keep it from moving out of the box I want it in?

by  |  earlier

0 LIKES UnLike

Yahoo Answers probably isn't the right place to be asking an HTML/CSS question, but I need help.

My site here - www.freewebs.com/pendingconstruction - was running smoothly until I thought to shrink my internet window. Well, when I did the div/table/thing moved out of the box I thought it would stay in.

I've tried redoing the entire html, but have failed.

Is their a command I can put somewhere in there that will lock it in it's place?

 Tags:

   Report

4 ANSWERS


  1. You must set up your container(s) dimensions using percents if you want to make your page fluid.  Or design the page to the minimum size window you expect anyone to use.

    Ron


  2. Are you doing it right?

    <iframe src="url" scrolling="auto"></iframe>

  3. i would use an actual table and not divs.


  4. Are you using Firefox or IE for testing? You should check in IE, it's doing some weird stuff.

    -Your div style on main page is missing width and height. Doing this causes problems: "width: ; height: ;" , so remove these comments or add a value.

    -You could try <iframe align='left' ...

Question Stats

Latest activity: earlier.
This question has 4 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.