This week's giveaways are in the MongoDB and Jobs Discussion forums.
We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line!
See this thread and this one for details.
The moose likes HTML, CSS and JavaScript and the fly likes how to  set position for iframe? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "how to  set position for iframe?" Watch "how to  set position for iframe?" New topic
Author

how to set position for iframe?

manjiri pax
Greenhorn

Joined: Jun 23, 2005
Posts: 6
hi i want to position my iframe at the bottom of the blank html page..how to position the iframe at the bottom of the page?because just when i use align ="bottom" still the iframe appears at the top ...
align = "right" works so as align="left" and align="top" so how to align it at the bottom?

[ August 17, 2005: Message edited by: manjiri pax ]
[ August 17, 2005: Message edited by: Bear Bibeault ]
Daniel Prene
Ranch Hand

Joined: Jul 15, 2005
Posts: 241
use:
.style.left
.style.top
.style.width
.style.height
manjiri pax
Greenhorn

Joined: Jun 23, 2005
Posts: 6
i got the ans...

<iframe id="ifrm" name="ifrm" src="source.html" scrolling="yes" width="820" height="100" align="bottom" frameborder="0" style="position:absolute;Left:15;bottom:-10">
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: how to set position for iframe?
 
Similar Threads
Deer
JSPs, Servlets and iFrames
set focus in iframe
How to disable pdf toolbar buttons
How to create a modal dialog without title