| | |||||
| ||||||||
| Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms. |
![]() | NamePros Design Contests | Forum Sponsorship |
| Join in on the FUN! You can start an affordable design contest and pick from entries talented members submit or you can enter a design contest for a chance to win CASH PRIZES! What are you waiting for? Get started in the fun TODAY! - Banners, Logos, Mascots, and MORE! (Please READ the design Contest section rules Prior to starting or entering a contest) | ||
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Feb 2004 Location: HUNGARY
Posts: 2
![]() | |
| |
| | #2 (permalink) |
| Senior Member Join Date: Aug 2002
Posts: 1,255
![]() ![]() | I didn't see any iframes on your page just regular frames, but maybe try removing the column attribute. Maybe try something like this: <frameset rows="20%,*" framespacing="0" frameborder="NO" border="0"> or: <frameset rows="20%,80%" framespacing="0" frameborder="NO" border="0"> |
| |
| | THREAD STARTER #3 (permalink) |
| New Member Join Date: Feb 2004 Location: HUNGARY
Posts: 2
![]() | Thanks for your answer. Some more detail about my question: You are right, the page is a framed and Dreamweaver templated one. If you see the source code of the bottom half of the page with light blue background (this is the body frame) you can find somewhere the following iframe code: <!-- InstanceBeginEditable name="content" --> <iframe name="content" src="bemutatkozas_content.htm" marginwidth="11" align="right" width=480 height="90%" frameborder="2" scrolling="auto"></iframe> ????: NamePros.com http://www.namepros.com/web-design-discussion/21871-iframe-height-attribute-problem.html <!-- InstanceEndEditable --> The height=90% is the problematic attribute because this way it doesn't shows the linked bemutatkozas_content.htm page but if I set the height attribute not in % but eg. pixel (height=90) the iframe works well. When I tried to apply the same above iframe code on a new blank page there was no problem at all, the % worked well. Strange situation, at least for me. I'don't know wether the DTD specification has any effect on iframe behaviour?! Szan |
| |
| | #4 (permalink) |
| Senior Member Join Date: Aug 2002
Posts: 1,255
![]() ![]() | Okay I see what you're talking about now, but I don't understand why it only works with the height in pixels either. I'm thinking that it may have something to do with where you've used absolute positioning for some of your divs or something, but I dunno. |
| |