Click here to Skip to main content
15,920,596 members
Home / Discussions / Web Development
   

Web Development

 
QuestionExport the PDF file Pin
r aa j24-Sep-08 18:34
r aa j24-Sep-08 18:34 
AnswerRe: Export the PDF file Pin
Johnny ²24-Sep-08 20:14
Johnny ²24-Sep-08 20:14 
GeneralRe: Export the PDF file Pin
r aa j24-Sep-08 20:21
r aa j24-Sep-08 20:21 
GeneralRe: Export the PDF file Pin
Ashfield24-Sep-08 21:19
Ashfield24-Sep-08 21:19 
GeneralRe: Export the PDF file Pin
Johnny ²24-Sep-08 22:54
Johnny ²24-Sep-08 22:54 
QuestionTimeZoneInfo or PublicDomain Olson Timezone? Pin
hifiger200424-Sep-08 13:42
hifiger200424-Sep-08 13:42 
QuestionIIS7 melt down [modified - fixed] Pin
Todd Smith24-Sep-08 10:14
Todd Smith24-Sep-08 10:14 
Questioniframe 100% height does not work in IE7 Pin
William Engberts24-Sep-08 4:21
William Engberts24-Sep-08 4:21 
Hi all,

I am writing a simple webpage that uses an iframe to contain information from multiple content-pages. The iframe is located inside a div with the following specs (in css):
#Plaza2
{
position: absolute;
left: 30px;
right: 25px;
top: 130px;
bottom: 25px;
overflow: auto;
text-align: left;
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000;
}
The iframe itself is said to be 100% of the width and height of its parent:
#iframe
{
position:relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
The actual html is:

<div id="Plaza2">
<iframe src="txt/0101.htm" name="content" id="iframe" frameborder="0" scrolling="auto">
Sorry, your browser does not support iframes.
</iframe>
</div>

All this works as expected in Firefox, however in IE7 the height of the iframe gets stuck at some 150 pixels or something. The funny thing is that the width does extend to 100% of the div. Only the height does not.

I have also set the height of the body (both the main page as well as the page included in the iframe) to 100%. Does not make any difference.I could of course set the iframe to a fixed height, but this way everything neatly sizes with the browser window.

Does anyone have any suggestions please???

Regards,
William.
AnswerRe: iframe 100% height does not work in IE7 Pin
Shog924-Sep-08 5:20
sitebuilderShog924-Sep-08 5:20 
QuestionOpening new PDF in Plumtree portal Pin
kc_krishnan24-Sep-08 1:34
kc_krishnan24-Sep-08 1:34 
AnswerRe: Opening new PDF in Plumtree portal Pin
Johnny ²24-Sep-08 1:53
Johnny ²24-Sep-08 1:53 
GeneralRe: Opening new PDF in Plumtree portal Pin
kc_krishnan24-Sep-08 23:03
kc_krishnan24-Sep-08 23:03 
QuestionHw to use tooltips for javascript validations Pin
Learning IT23-Sep-08 22:26
Learning IT23-Sep-08 22:26 
AnswerRe: Hw to use tooltips for javascript validations Pin
Johnny ²23-Sep-08 23:21
Johnny ²23-Sep-08 23:21 
GeneralRe: Hw to use tooltips for javascript validations Pin
Learning IT23-Sep-08 23:46
Learning IT23-Sep-08 23:46 
GeneralRe: Hw to use tooltips for javascript validations Pin
Johnny ²24-Sep-08 1:48
Johnny ²24-Sep-08 1:48 
QuestionHow can I convert ASP script into HTM form? Pin
ATC23-Sep-08 16:33
ATC23-Sep-08 16:33 
Question[JavaScript] How to let location.hostname be the function argument ? Pin
oppstp23-Sep-08 7:17
oppstp23-Sep-08 7:17 
AnswerRe: [JavaScript] How to let location.hostname be the function argument ? Pin
oppstp23-Sep-08 17:53
oppstp23-Sep-08 17:53 
QuestionCharacters not appearing on textbox [modified] Pin
omlac23-Sep-08 2:51
omlac23-Sep-08 2:51 
AnswerRe: Characters not appearing on textbox Pin
Shog923-Sep-08 4:27
sitebuilderShog923-Sep-08 4:27 
AnswerRe: Characters not appearing on textbox Pin
omlac24-Sep-08 22:10
omlac24-Sep-08 22:10 
QuestionASX controls events Pin
L Viljoen22-Sep-08 22:13
professionalL Viljoen22-Sep-08 22:13 
AnswerRe: ASX controls events Pin
L Viljoen22-Sep-08 23:46
professionalL Viljoen22-Sep-08 23:46 
QuestionSQL query using Full text Enigine in SQL2005 Pin
phani kumar22-Sep-08 20:12
phani kumar22-Sep-08 20:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.