NamePros.Com (http://www.namepros.com/)
-   Programming (http://www.namepros.com/programming/)
-   -   Highlighted Borders (http://www.namepros.com/programming/15446-highlighted-borders.html)

Smilin' Jack 10-24-2003 07:46 AM

Highlighted Borders
 
How can I make a "Highlighted" border around an image?
Specifically: Where the border color changes with a mouse rollover.

Thanks,
Jack

insomnia 10-24-2003 10:48 AM

Jasc has a rollover effect create, otherwise use css.

insomnia 10-24-2003 10:59 AM

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.

Smilin' Jack 10-24-2003 11:25 PM

Highlighted Borders
 
Insomnia,
Don't quite get it!
I'm at: http://www.equipmentpolice.com/TEST.Html
Could you show me the code as it would exactly appear?

Thanks,
Jack


All times are GMT -7. The time now is 04:26 PM.
Site Sponsors
Advertise your business at NamePros

Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0