Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-06-2008, 10:58 PM
fralexis
 
Posts: n/a
Image positioning

I have an image that I need to position partially over another image...as in a layer. How do I make an image position completely exact? Thanks.
Reply With Quote
  #2 (permalink)  
Old 08-06-2008, 11:04 PM
SnakEyez02
 
Posts: n/a
Re: Image positioning

I'm assuming if you are positioning layers that you have an understanding of
CSS. Just add a z-index to the image so that it is higher than the z-index of
the image below it. Then the image will appear over top of the other image
given that the positioning is correct.

Reply With Quote
  #3 (permalink)  
Old 08-07-2008, 12:07 AM
fralexis
 
Posts: n/a
Re: Image positioning

Ooops. I only have a very basic understanding of CSS. I'm not sure how to go about this or how to select and image and attach a z-index. Thanks!
Reply With Quote
  #4 (permalink)  
Old 08-07-2008, 12:30 AM
Walt F. Schaefer
 
Posts: n/a
Re: Image positioning

>>I only have a very basic understanding of CSS

You will need more than that if you want to use AP (Absolutely Positioned)
elements and Z-index. Have you picked up a book on CSS yet?

--

Walt


"fralexis" <webforumsuser@macromedia.com> wrote in message
news:g7daqk$ps5$1@forums.macromedia.com...
> Ooops. I only have a very basic understanding of CSS. I'm not sure how to
> go about this or how to select and image and attach a z-index. Thanks!



Reply With Quote
  #5 (permalink)  
Old 08-07-2008, 02:51 PM
fralexis
 
Posts: n/a
Re: Image positioning

OK. I do need a lot more education in this. But I see the light at the end of
the tunnel. I got the z-index working. But I do have one problem.

Once I get evertything just right I save all and close. Then, when I open back
up, the object is in a different place than when I saved it. I have the
attribute set as absolute. Is there a way to lock the position? Thanks for you
help. I appreciate it!

Reply With Quote
  #6 (permalink)  
Old 08-07-2008, 03:20 PM
fralexis
 
Posts: n/a
Re: Image positioning

Thanks so much. Here is the code for the area that is troubling me. The
offending graphic is "montreal.gif" and "menu.gif". They are both positioned on
top of the "banner.gif".

<p><img src="menu.gif" width="730" height="28" border="0" usemap="#Map"
class="graphic3" />
<map name="Map" id="Map"><area shape="rect" coords="141,3,237,23"
href="registration.html" />
</map><img src="montreal.gif" width="629" height="165" class="graphic2" /><img
src="Banner.gif" width="1024" height="329" class="basegraphic" /></p>
<p><img src="line.gif" width="1037" height="20" /></p>

And here are the css attributes for these graphics..............

.basegraphic {
overflow: auto;
position: static;
z-index: 5;
left: auto;
top: 0px;
right: auto;
bottom: auto;
}
.graphic3 {
position: absolute;
z-index: 15;
left: 157px;
top: 324px;
}

.graphic2 {
position: absolute;
z-index: 10;
left: 307px;
top: 153px;
right: auto;
bottom: auto;
visibility: visible;
width: 472px;
height: 123px;

Reply With Quote
  #7 (permalink)  
Old 08-07-2008, 06:01 PM
fralexis
 
Posts: n/a
Re: Image positioning

Thanks again. Actually something you wrote solved the problem. You said that
elements with an absolute position remained in the same place while other page
elements changed. I figured out that as I changed the magnificaiton to see
certain elements better, they threw everything else out of order. Thus, when
everything is viewed at 100% it all works just fine. Duh.

At least I hope it is solved!

Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:24 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Shares | Mobile Phones | Credit Card | Credit Cards | Credit Cards



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114