JS (and css) image thingy - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: JS (and css) image thingy (/showthread.php?tid=52006) JS (and css) image thingy by Supersonicdarky on 10-20-2005 at 09:08 PM
i need to find the script that will stick an image in the corner of the webpage code: image i want instead: RE: JS image thingy by hmaster on 10-20-2005 at 09:13 PM
Its CSS RE: JS image thingy by Supersonicdarky on 10-20-2005 at 09:14 PM
i know css is there too RE: JS (and css) image thingy by brian on 10-20-2005 at 11:16 PM Create a div class? with aligned at 0,0 and set the the width and height to the image file, and add it as a background.. RE: JS (and css) image thingy by ShawnZ on 10-20-2005 at 11:37 PM
Use this. code: RE: JS (and css) image thingy by Supersonicdarky on 10-21-2005 at 12:18 AM thnx RE: JS (and css) image thingy by qune on 10-21-2005 at 09:52 AM
better off try to avoiding "position" attribute and negative margins at all in css (different browsers most commonly produce different results, when applied)... |