Shoutbox

CSS Borders - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: CSS Borders (/showthread.php?tid=70186)

CSS Borders by rob_botch on 01-02-2007 at 09:45 AM

Hi

I have a query about borders (or things that look like borders) in CSS. I want to make a specific div control look like it has rounded edges, a shadow etc. But I have only ever seen a way to use one image per control in CSS. Is it possible to use more, or can this be done another way? I did have the idea of using divs for top, bottom, corners etc and using the image there, but surely there must be another way? This would make the HTML messy, with 9 divs!

Thank you

Robert


RE: CSS Borders by NanaFreak on 01-02-2007 at 09:47 AM

you could use tables to do it.... and just have each td a different image.... i think that is what you are after


RE: CSS Borders by Nathan on 01-02-2007 at 09:51 AM

Have a ook on how i've done it :)

http://nathansplayground.co.uk/if


RE: CSS Borders by hmaster on 01-02-2007 at 12:14 PM

This is meant to do it and the markup looks quite minimal : http://www.cssplay.co.uk/boxes/four_cornered.html