Question:

I Need help With iframes

by  |  earlier

0 LIKES UnLike

I've never been able to do iframes or frames. I can do scrolling div layers but not iframes. Help!

 Tags:

   Report

2 ANSWERS


  1. <iframe src="http://domain.com" width="300" height="300" id="myFrame" name="myFrame"></iframe>


  2. Sure thing!

    <div style='width:400px; height:400px; overflow:auto;'>

    Put a lot of text in here that will go down further than 400px you will then see a little scroll box appear.

    </div>

    Overflow auto will always be watching the box and if any content is outside of it's parameters (width, height) then it will create scrollbars.

    Take care,

    Chad

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.