I think you need to set the iFrame height in pixels (e.g. 2000). However,
you can then get browser scrolling problems, and if you load subsequent
documents into the iFrame you may not see the top of the new document, so
you need to add onload="scrollTo(0,0)" in the body tag of each document
being loaded into the iFrame, then it all works just fine.
--
Dr Barry Clark
Senior Lecturer and Director of VALE
(Virtual Administration and Learning Environment)
Medical Education Unit
Faculty of Medicine
Wolfson Medical School Building
University of Glasgow
Glasgow G12 8QQ
Tel: 0141-330-4248
Email: b.clark (AT) clinmed (DOT) gla.ac.uk
"mashey" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
I've used an iframe within a frame in my webpage. However it makes a table
along the bottom of the page dissappear entirely.
I think it is getting rid of everything underneath it.
This is the code I've used.
iframe src="news.htm" width="100%" height="100%"
frameborder="0"><iframe
How do i fix this? |