• hi,

    i’m setting up a wordpress blog and i was hoping to get it so that the photos in my entries appear with rounded corners. i’ve tried searching for a simple solution but i can’t seem to find any.

    i know very little about css and i was wondering if any of you could help me? aside from manually rounding off the corners in photoshop or some other application before uploading them, is there some other kind way i can achieve this so as the images just automatically appear rounded off?

    thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • you’ll need to round the corners of the images, css isn’t going to do that for you. i’m not 100% sure, but you might check things like g2,coppermine or other image management applications to see if they’ll do that for you in ‘batch’ fashion.

    Actually, Mozilla has a filter that will round off corners for you – but it only works in Mozilla.

    If you want to use the CSS route to do it, it’s possible, but yes, you’ll have to create some graphics to accomplish the task. It won’t work for each individual image itself (you *will* have to round off the corners yourself for that), but if you’re fine with having a css-designated border with round corners, then you can use that method to insert your images with classes and it’ll do fine.

    On of my favorite CSS_based rounded corners methods is here, but there are many to be found out there. You can get your best information from Eric Meyer’s CSS-Discuss list, and A List Apart has some good info, as well.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘images with rounded corners’ is closed to new replies.