TOPIC: Rounded Corners for Images?

Rounded Corners for Images? 11 years 1 week ago #1294

  • lmw1
  • lmw1's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 20
  • Karma: 0
Is there a way that I can place a 5px rounded corner on all my images? (A CSS Class perhaps?) Thought I'd ask before doing 2,000 in Photoshop (ugh!)...

Thanks in advance!
LMW1
The administrator has disabled public write access.

Re: Rounded Corners for Images? 11 years 1 week ago #1296

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,
you can use CSS3 to make round corner for all image.
Use firebug and find the class of that images or its' parent, then apply CSS class.
for exanple:
img.class_xyz{...}
or
.class_parrent_element img{...}

For css reference, try this keyword in google: css3 round corner image

Cheer!
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The administrator has disabled public write access.

Re: Rounded Corners for Images? 11 years 1 week ago #1298

  • lmw1
  • lmw1's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 20
  • Karma: 0
Perfect! Thank you!
The administrator has disabled public write access.
Time to create page: 0.101 seconds