1 reply [Last post]
Anonymous
Anonymous's picture
Guru
calgary,alberta
calgary,alberta

Hi,
Is there a way to specify image border color in CSS?
Thank you

dJomp
dJomp's picture
Offline
Enthusiast
Last seen: 7 years 18 weeks ago
Joined: 2003-03-23
Posts: 422
Points: 0

image border color

Off the top of my head...

IMG.stylename { border: 1pt solid blue; }

then...

<IMG class=stylename src="blah">

http://www.w3.org/TR/REC-CSS2/box.html#border-properties

You know you're a geek when you try to shoo a fly away from the monitor with your cursor.