|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
height limit?
Hey
I'm putting text into page in the <iframe>, but it does not show the last paragraph. I've got about 3 pages worth of text and i can't see what i may have done wrong. When i open the page that contains the text, separately in IE, it shows that last paragraph that is not visible through the iframe. Could it be possible that the iframe has a limit of how much i can have on the page that is displayed in the iframe? Thanks |
|
#2
|
|||
|
|||
|
RE: height limit?
you should be able to specify a height and width for the iframe. Here is a link to info about iframes
http://www.htmlhelp.com/reference/html40/special/iframe.html |
|
#3
|
|||
|
|||
|
RE: height limit?
can you send us a link of the source? Its possible that theres just a tag thats off.
|
|
#4
|
|||
|
|||
|
RE: height limit?
Tried specifying height, but didn't help.
Anyway, shouldn't it display all the text without setting the height? |
|
#5
|
|||
|
|||
|
RE: height limit?
it is the very last paragraph that is not displayed. It begins on "Until the production..."
The source: <head> <title>Welcome to Caviar & Seafood</title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body id="framestyle"> <div class="col2"><p>Beluga caviar comes from Beluga sturgeon. Beluga can live for 100 years and can grow up to 25 feel in length, weighing as much as 2,200 pounds. The sturgeon requires 20 years to mature and begin producing eggs( caviar ). Beluga stugreon is the largest in the sturgeon family and its caviar is the largest in size.<p> <p>Beluga caviar can be dark or lightgrey in color. The caviar has a very mild and buttery flavour. The light grey Beluga is often called Imerial Beluga.<p></div> <div class="col3"><img src="images/beluga.jpg"></div> <div class="col2" id="spacing1"><p>Osetra sturgeon is a fish second largest in the sturgeon family. It can weigh up to 200-300 pounds and takes up to 15 years to mature.<p> <p>Golden Osetra( Imperial Osetra ) caviar is mauch more rare than the dark brown Osetra caviar and usually available only in the spring. Golden Osetra has a nutty, juicy and sweet taste<p></div> <div class="col3" id="spacing1"><img src="images/goldoscietra.jpg"></div> <div class="col2" id="spacing2"><p>Dark brown Osetra is the same in size as Golden Osetra and has a less sweet and nutty flavour. The caviar can be dark brown to almost black in color.<p> <p>Both normal and Golden osetra caviar have smaller eggs in size, if it is a spring catch.<p></div> <div class="col3" id="spacing2"><img src="images/oscietra.jpg"></div> <div class="col2" id="spacing3"><p>Sevruga sturgeon is the largest in numbers, smallest in size and quickest to mature of the sturgeon family. It takes 7 years to mature.<p> <p>Sevruga caviar is the smallest in size. Its color range from dark grey to brownish-black having a smooth, buttery taste.<p> <p>The Grey Sevruga is the second kind of Sevruga caviar. It is light grey, as its name suggests and is similar in taste to normal Sevruga caviar.<p></div> <div class="col3" id="spacing3"><img src="images/sevruga.jpg"></div> <div class="col2" id="spacing4"><p>The Salmon caviar is available in tins or as freshly frozen caviar. Prodused in Sahalin, the East coast of Russia, it is the finest quality Salmon caviar that is available on today's market.<p> <p>Only during the period of one month in the entire year Salmon containing caviar is caught to produce Salmon caviar. Caviar must be extracted in the first four hours after the fish was caught. Preparation process of Salmon caviar is long and difficult. The salt solution must be of a ceratain concentration, left to stand for 10 days and must be thoroughly filtered.<p> <p>The factory producing the caviar is situated right by the sea, so as soon as the fish arrives from the sea, extraction and preparation of Salmon caviar begins. Caviar goes through the set of thorough tests in the factory's laboratory before praparation.<p> <p>Usually, to extend the storage time of caviar, the salt is used, but high concentration of salt spoils the taste properties of the product. Our caviar contains low salt, providing the unique taste. For the manufacture of the tinned salmon caviar we use new, jointless tins with tripple teflon coating to ensure long time storage.<p></div> <div class="col3" id="spacing4"><img src="images/sevruga.jpg"></div> <div class="col2" id="spacing5"><p>We produce concerved Salmon in Alaska, where the Salmon is caught. It is packed into the same teflon caoted tin as the Salmon caviar. Tinned salmon can be stored for 8-10 years without any presevatives. This is achieved with the use of our new type of tin and strict code of manufacturing technology.<p> <p>Salmon is also avalable as a freshly frozen product.<p></div> <div class="col3" id="spacing5"><img src="images/sevruga.jpg"></div> <div class="col2" id="spacing6"><p>Crab - undoubtably is one of the most delicious seafoods and at the same time, an exteremely healthy. It contains a large number of substances that help maintain good health. Some of the elements that crab contains are: protein, vitamin E, glycin and Arginin (strengthens the immune system).<p> <p>Until the production of the crab meat, crabs are kept in pools with sea water. Only following of the strict production cycle enables us to produce crab meat from the live crabs, that does not loose its important substances and vitamins.<p></div> <div class="col3" id="spacing6"><img src="images/sevruga.jpg"></div> </body> </html> |
|
#6
|
|||
|
|||
|
RE: height limit?
just wondering, why dont you use </p> instead of <p>
|
|
#7
|
|||
|
|||
|
RE: height limit?
Still doen't work, even when i put </p> instead of <p> at the end of each paragraph.
|
|
#8
|
|||
|
|||
|
RE: height limit?
Can we see code for <iframe>?
|
|
#9
|
|||
|
|||
|
RE: height limit?
if you do not specify a height for the iframe, it will use its default height which has nothing to do with the size of the page displayed in it. The iframe does not know the difference between a one line page and a 500 line page. as requested, post the code for the iframe.
|
|
#10
|
|||
|
|||
|
RE: height limit?
I just tested your code and it works fine with the following <iframe> code:
Code:
<iframe src="content.htm" width="400" height="200"></iframe> |
|
#11
|
|||
|
|||
|
RE: height limit?
I had the same result!!!
|
|
#12
|
|||
|
|||
|
RE: height limit?
<iframe> code:
<iframe id="position" frameborder = 0 scrolling = yes width = 480 marginwidth = 0px height = 420 src = "productlist.html"> </iframe> |
|
#13
|
|||
|
|||
|
RE: height limit?
try putting quotes around everything and leave out the spaces after the attribute names:
<iframe id="position" frameborder="0" scrolling="yes" width="480" marginwidth="0px" height=420" src="productlist.html"> </iframe> |
|
#14
|
|||
|
|||
|
RE: height limit?
It has sure nothing to do with height/width
I've played a lot with iframes and noticed that different IE, Windows versions and even screen resolutions tend to do custom tricks. (Dear MS If this is not the case here, I also could suggest: "properly nest" Your tags in the html. I think you shouldn't have <p> before </div> in the following location: from the live crabs, that does not loose its important substances and vitamins.<p></div> <div class="col3" id="spacing6"><img src="images/sevruga |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > height limit? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|