Hi,
you can use script to centre an absolutely positioned div but its really
like trying to bang a square peg into a round hole - absolute positioning by
defintion positions content a fixed amount from the top/left/bottom or right
of the page. There'sa few options I can think
1/ put the graphics in the table (not in positioned divs) this would sound
easiest
2/ put the graphics in a centred static div.
If you can post up a url to the page youre working on I can probably give
you better advice
Jon
Microsoft MVP - FP
> Hi Everybody,
>
> I'm trying to accomplish a center aligned layout table (DWT) with a
> round graphic positioned across several cells of the table (absolute
> positioned). The center aligned table allows the web page equal space
> on either side for various screen resolutions. The problem is, as the
> browser window changes size the table centers accordingly; but the
> round graphics does not move with the table... Is there a way to
> place the graphics (absolute position) within the table so that it
> too will stay "anchored" in position as the table is centered?
>
> Thanks much,
>
> Tom
|