|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Is there any way the AP DIV layer can work in a centered layout and move with
the other elements on my web page? Murray, I asked before about the rollover images and the grid design with photos. You gave me a solution but I couldn't even find some of the things you mentioned. Are you on a pc? I am on a mac. Is that why? I got it to work great with the divs without centering my page in the browser window as it moves. |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
> Is there any way the AP DIV layer can work in a centered layout and move
> with > the other elements on my web page? Sure. Change this - </head> to this - <style type="text/css"> <!-- body { text-align:center; } #wrapper { text-align:left; width:760px; margin:0 auto osition:relative; }/* 760px will display on an 800px screen maximized browser window without */ /* horizontal scrollbars. */ --> </style> </head> change this - <body ...> to this - <body ...> <div id="wrapper"> and this - </body> to this - <!-- /wrapper --> </div> </body> and see if that s. > Murray, I asked before about the rollover images and the grid design with > photos. You gave me a solution but I couldn't even find some of the things > you > mentioned. Like what? > Are you on a pc? I am on a mac. Is that why? I'm on both. I'm pretty sure my suggestion was platform agnostic. -- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "dxexaxnx" <webforumsuser@macromedia.com> wrote in message news:fovpf2$t7q$1@forums.macromedia.com... > Is there any way the AP DIV layer can work in a centered layout and move > with > the other elements on my web page? > > Murray, I asked before about the rollover images and the grid design with > photos. You gave me a solution but I couldn't even find some of the things > you > mentioned. Are you on a pc? I am on a mac. Is that why? > > I got it to work great with the divs without centering my page in the > browser > window as it moves. > |
|
![]() |
| Outils de la discussion | |
|
|