HighDots Forums  

Re: image overlap

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: image overlap in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
azjeepster
 
Posts: n/a

Default Re: image overlap - 09-10-2007 , 06:13 PM






I will clarify further. I tried to use the AP Div to place my image in a
position to "overlap" the left corner of the main table. I was unsuccessful in
doing this. What would you recommend as far as settings for successfully using
the AP Div for this purpose, or would you recommend something different
altogether?


Reply With Quote
  #2  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: image overlap - 09-10-2007 , 07:31 PM






To make your AP elements center along with the page's contents, do the
following.

Change this -

</head>

to this -

<style type="text/css">
<!--
body { text-align:center; }
#wrapper { text-align:left; width:760px; margin:0 auto;position: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>

Make sure that the code for the AP elements are within the #wrapper.

See if that helps.


--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"azjeepster" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I will clarify further. I tried to use the AP Div to place my image in a
position to "overlap" the left corner of the main table. I was
unsuccessful in
doing this. What would you recommend as far as settings for successfully
using
the AP Div for this purpose, or would you recommend something different
altogether?




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.