- Posts: 20
- Thank you received: 0
Rounded Corners for Images?
- Leonard Wendland
-
Topic Author
- Offline
- Junior Boarder
-
Less
More
12 years 11 months ago #1294
by Leonard Wendland
Rounded Corners for Images? was created by Leonard Wendland
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
Thanks in advance!
LMW1
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 11 months ago #1296
by Linh Robert
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/
Replied by Linh Robert on topic Re: Rounded Corners for Images?
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:
or
For css reference, try this keyword in google: css3 round corner image
Cheer!
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:
Code:
img.class_xyz{...}
Code:
.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/
Please Log in or Create an account to join the conversation.
- Leonard Wendland
-
Topic Author
- Offline
- Junior Boarder
-
Less
More
- Posts: 20
- Thank you received: 0
12 years 11 months ago #1298
by Leonard Wendland
Replied by Leonard Wendland on topic Re: Rounded Corners for Images?
Perfect! Thank you!
Please Log in or Create an account to join the conversation.
Time to create page: 0.183 seconds