What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » JS (and css) image thingy

JS (and css) image thingy
Author: Message:
qune
Full Member
***

Avatar


Posts: 300
Reputation: 6
Joined: Mar 2003
RE: JS (and css) image thingy
better off try to avoiding "position" attribute and negative margins at all in css (different browsers most commonly produce different results, when applied)...

use this instead:

CSS

img#topright {
  margin:0 0 auto auto;
  border:0;
  float:right;
}


html
<img id="topright" src="..." width="..." height="..." alt="..." />


EDIT: make sure your body margins and paddings are set to 0...

This post was edited on 10-21-2005 at 09:54 AM by qune.
10-21-2005 09:52 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
JS (and css) image thingy - by Supersonicdarky on 10-20-2005 at 09:08 PM
RE: JS image thingy - by hmaster on 10-20-2005 at 09:13 PM
RE: JS image thingy - by Supersonicdarky on 10-20-2005 at 09:14 PM
RE: JS (and css) image thingy - by brian on 10-20-2005 at 11:16 PM
RE: JS (and css) image thingy - by ShawnZ on 10-20-2005 at 11:37 PM
RE: JS (and css) image thingy - by Supersonicdarky on 10-21-2005 at 12:18 AM
RE: JS (and css) image thingy - by qune on 10-21-2005 at 09:52 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