HardyzGurL87
01-21-2003, 01:09 AM
how do you make an image link with out a border, have a border when you hover over it?
|
View Full Version : border on hover attributes for images HardyzGurL87 01-21-2003, 01:09 AM how do you make an image link with out a border, have a border when you hover over it? Dude128 01-21-2003, 01:17 AM you should probably use CSS: http://www.lissaexplains.com/css.shtml you can specify the border width for the A { ... } group and a different width for A:hover { ... } Alcy 01-23-2003, 09:13 PM Image link without a border: <a href="#"><img src="IMAGE.GIF" border=0></a> |