I've looked through the forums here and I've seen all the rounding corners issues.. my question is this : what's the easiest way to add rounded corners to a site that's already finished? I don't want to completely re-write the code, but the client wants rounded corners. Any suggestions ? Thanks in advance
You can do it with or without images usually with a minimum of edits. If you get 'creative' in the placement of nested DIV's or spans inside or around existing elements you can usually add the styling without mussing up the layout too badly. Though I'd have to see to to say for sure... IF you used semantic markup, it shouldn't be a big deal at all.
Thanks for the tips I ended up using images on some parts as they were easy to change, and used the "negative margins" (described in another thread here) to change the parts that couldn't use images.