Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Image Overlap 1

Status
Not open for further replies.

hillbillyfritz

Technical User
Mar 28, 2001
34
US
Does anyone know how I could overlap two images? I have a graphic on my site that is on another server and I want to hide part of it. I can't just save and edit the image because it is frequently updated. Thanks in advance.
 
You will have to position them, using the style attribute - I advise using relative positioning (IE, NS6) - and not bothering at all with NS4.
So you can specify negative integers to - to move it any way you wish - try this:

<img src=&quot;blabla.jpg&quot; style=&quot;position:relative;left:-20;z-index:5;&quot; />


Also adjust z-index so the one you want on top has a higher value.
b2 - benbiddington@surf4nix.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top