|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi everyone.. I am new to Dreamweaver cs3 and have been working on my page. I
have two AP divs , one with a fireworks png file, which is width 1200px hght 1000px( z-index 1). The other ap div is a flash swf and is 262 by 262px( z-index 2). I want them both to be relative to the browser window, but want the small div to be fixed (715px right, 232px top) in the larger AP div. Is this possible using ap divs? |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
<style type="text/css">
<!-- #apDiv1 { position:absolute; left:0px; top:0px; width:1200px; height:1000px; z-index:1; } #apDiv2 { position:absolute; left:715px; top:232px; width:262px; height:262px; z-index:2; } --> </style> <div id="apDiv1"> <div id="apDiv2">SWF HERE</div> STUFF FOR apDiv1 Goes Here </div> -- Ken Ford Adobe Community Expert - Dreamweaver Fordwebs, LLC http://www.fordwebs.com "stricklybiznes" <webforumsuser@macromedia.com> wrote in message news:fv3ao3$2t4$1@forums.macromedia.com... > Hi everyone.. I am new to Dreamweaver cs3 and have been working on my > page. I > have two AP divs , one with a fireworks png file, which is width 1200px > hght > 1000px( z-index 1). The other ap div is a flash swf and is 262 by 262px( > z-index 2). I want them both to be relative to the browser window, but > want > the small div to be fixed (715px right, 232px top) in the larger AP div. > Is > this possible using ap divs? > |
|
![]() |
| Outils de la discussion | |
|
|