 |
Results from the most recent live auction are here.
14 members in the live chat room. Join Chat!
| |
10-24-2003, 07:46 AM
|
· #1 | | NamePros Member | Highlighted Borders How can I make a "Highlighted" border around an image?
Specifically: Where the border color changes with a mouse rollover.
Thanks,
Jack
__________________
"Never let the future disturb you. You will meet it, if you have to, with the same weapons of reason which today arm you against the present".
- Marcus Aurelius
|
| |
10-24-2003, 10:48 AM
|
· #2 | | NamePros Member Join Date: Oct 2003
Posts: 134
NP$: 209.00 ( Donate)
| Jasc has a rollover effect create, otherwise use css.
__________________
Can you tell ADD has OOO pretty butterfly!
|
| |
10-24-2003, 10:59 AM
|
· #3 | | NamePros Member Join Date: Oct 2003
Posts: 134
NP$: 209.00 ( Donate)
| Ok more specifically use this:
A:hover { COLOR: #FFFFFF;
TEXT-DECORATION: none;}
A being link, hover being when you mouse over, color is the color you want and don't worry about text decoration. but add a border to your image, make it a link <a name=img><img src=your image.jpg border=1></a> then the hover tag will take cre of it without any fancy rollovers. Also add a.orange:hover and it'll only affect the links with <a.orange href=yada>. hope this helps.
__________________
Can you tell ADD has OOO pretty butterfly!
|
| |
10-24-2003, 11:25 PM
|
· #4 | | NamePros Member | Highlighted Borders
__________________
"Never let the future disturb you. You will meet it, if you have to, with the same weapons of reason which today arm you against the present".
- Marcus Aurelius
|
| |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |