Afficher un message
Vieux 14/02/2008, 18h10   #7
Murray *ACE*
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Also have div not moving with centered page

All of the layers have had their point of reference changed from the default
body tag to the relatively positioned div#wrapper, so it makes sense that
you will have to adjust their position on the page. However, you are
adjusting the position relative to that wrapper, now, so once properly set,
it will stay that way.

The page is being offset because the table is wider than the stated width of
the wrapper div -

#wrapper { text-align:left; width:760px;

....

<table width="847" border="0" cellpadding="0" cellspacing="0" >

So, just change the wrapper style to this -

#wrapper { text-align:left; width:847px;

847px may be too wide for many of your visitors to see the whole page
without horizontal scrolling.

--
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
==================


"phrarod" <webforumsuser@macromedia.com> wrote in message
news:fp1uff$ceb$1@forums.macromedia.com...
> admonishment accepted. This did it although one of the layer moved its
> static
> position which I'm sure I can figure out.
>
> As I mentioned I usually can hire someone who does the code. In this case
> I
> have to stumble through it myself.
>
> Thank you again.
>


  Réponse avec citation
 
Page generated in 0,05298 seconds with 9 queries