What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » over lapping a picture on a website

over lapping a picture on a website
Author: Message:
xJ +
Full Member
***

Avatar
A$$ple/Buttple xD

Posts: 460
Reputation: 15
117 / Other / Flag
Joined: Jan 2006
Status: Away
RE: over lapping a picture on a website
use CSS.

Example (in-line CSS):
<div style="position:absolute; top:0px; left:0px; width:100%; z-index:10;">
something goes in here</div>

To overlap multiples layer, simply change the z-index, while to move your contents in your div, simply change the pixel value for top(bottom) and left(right).

Edit: you can add width and/or height or other attributes for the inline CSS.

This post was edited on 04-24-2008 at 01:10 AM by xJ +.
04-24-2008 01:07 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
over lapping a picture on a website - by TheMusicPirate on 04-24-2008 at 12:01 AM
RE: over lapping a picture on a website - by xJ + on 04-24-2008 at 01:07 AM
RE: RE: over lapping a picture on a website - by TheMusicPirate on 04-24-2008 at 01:13 AM
RE: over lapping a picture on a website - by Svip on 04-24-2008 at 01:25 AM
RE: RE: over lapping a picture on a website - by TheMusicPirate on 04-24-2008 at 01:48 AM
RE: over lapping a picture on a website - by xJ + on 04-24-2008 at 02:11 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On