Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: FLASH: VERY IMPORTANT NEEDED HELP WITH DHTL AND CSS (Very OT)
From: Eric Dunham
Date: Fri, 26 Nov 1999 07:57:45 GMT

I don't really know if you'll want to use the <iframe> tag, seeing as how
you won't reach anyone that has Netscape out there. <iframe> is an IE-only
tag, kinda like Netscape's <layer> tag. I don't know exactly what you're
trying to do, but you could always use layers and css. Like...
--------------------------------------------------------
<html>
<head>
<title></title>
<style>
#myDiv{position:absolute; top:200px; left:200px}
</style>
</head>
<body>
<div id="myDiv">foo</div>
</body>
</html>
--------------------------------------------------------
You can use the styles whatever way you wish (external, inline, etc.), just
remember the precedence heirarchy of styles if and when you do this.
Hope this helps.
-Eric

-----Original Message-----
From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of Chris
Jester
Sent: Tuesday, November 23, 1999 3:34 PM
To: 'flasheratchinwag [dot] com'
Subject: FLASH: VERY IMPORTANT NEEDED HELP WITH DHTL AND CSS (Very OT)


Sorry for the OT but does anyone know where to find information on setting
an absolute value for an Iframe? What I mean is I have an Iframe that I want
to load at a certain location 200 from the left and 200 from the top. Is
this possible or do I need to use a Cascading stylesheet. If so can you
point me to a place where I can find out how to do this?

Thanks,
Chris Jester
Flash Illustrator/Animator,
Meridian Partners, Ltd.
> http://www.mpl2.com
tel. (425) 454-2701, ext. 1840
> pager. (206)609-9619
>



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com



flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: VERY IMPORTANT NEEDED HELP WITH D, Chris Jester

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]