Topic: Make the image's border light up... (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Hull, Que, Can |
posted 04-16-2004 01:14
What I'm trying to do is the following: |
Paranoid (IV) Inmate From: France |
posted 04-16-2004 01:38
sideout: Since you post your question in the XML - XSL - ... category I suppose you try to do that in XSL. So you should escape the special characters or put the strings/code in a CDATA code: onMouseover = "this.style='border-color:ffffff'" or code: <![CDATA[ |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 04-16-2004 05:47 |
Maniac (V) Mad Scientist From: :morF |
posted 04-16-2004 17:03
uhh...now, I'm probably going to jam my foot liberally in my mouth, but why not have code: a#image:hover {border: 2px solid #FFFFFF;}
|
Paranoid (IV) Mad Scientist From: Right-dead center |
posted 04-16-2004 17:28
Well that probably won't work but code: a#img:hover {border: 2px solid #ffffff;}
|
Maniac (V) Mad Scientist From: :morF |
posted 04-16-2004 18:07
I was using image as a ID declaration, not as a context |