Closed Thread Icon

Topic awaiting preservation: Fading Rollover questions... Pages that link to <a href="https://ozoneasylum.com/backlink?for=8201" title="Pages that link to Topic awaiting preservation: Fading Rollover questions..." rel="nofollow" >Topic awaiting preservation: Fading Rollover questions...\

 
Author Thread
Thumper
Paranoid (IV) Inmate

From: Deeetroit, MI. USA
Insane since: Mar 2002

posted posted 06-04-2002 04:24

HELP!! Can anyone tell me how to get rid of the link colors around a button when you mouse over them with the fading Rollovers from

http://www.javascript-fx.com/fade_rollovers/general_help/help.html

Also, when I specify the background image, it becomes off center and tiled even though I have specified the images W and H. I'm confused!!

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 06-04-2002 08:04

It would be nice to show us an example page that reproduces the problem. Otherwise, we can't help you (i.e. I don't know how your code looks)...


Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 06-04-2002 08:35

Might I add that this doesn't mean "please show us your code" - give us a link to a page with the problem. A link is, i'd say, five times better than cutting and pasting your code. =)

CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 06-04-2002 16:42

About the background image repeating:

CSS:

body{background-image:url(pathtoimage);
background-repeat: no-repeat;
}

The link colors may be solved by <img src="pathtoimage" border="0">

Don't know exactly though.

Later,
C:\


~Binary is best~

RoyW
Bipolar (III) Inmate

From:
Insane since: Aug 2001

posted posted 06-04-2002 17:25

Setting border to zero should solve both problems

code:
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td background="images/button_off.gif">
<a href="#"
onMouseOver="JSFX.fadeIn('button')"
onMouseOut="JSFX.fadeOut('button')"><img
src="images/button_off.gif" width="100" height="20" name="button" class="imgFader" [b]border="0"[/b]></a></td>
</tr>
</table>

« BackwardsOnwards »

Show Forum Drop Down Menu