Facebox uses tables, it's pretty much the easiest way to do it and support IE(6|7|8). Otherwise, I'd use border-radius and deliver some non-rounded corners to IE(6|7|8), which is what Google did for the longest time.
Absolutely this is the best and easiest. – Rob Nov 28 '09 at 18:03.
I don´t know if javascript is an option, but if it is, I would recommend jQuery Corner. It applies css corners to the browsers that support them and scripts corners for the browsers that don´t (IE...).
Check out the CSS Play site, it has a lot of "snazzy borders" and "krazy korners.
Personally I like to use the "sliding door" technique. The method you use depends on what elements you need to have round corners. Are they going to be fixed width or height?
Thats the major question. If you have a fixed width, you can simply make a top image (bkg_top. Jpg) and a bottom image (bkg_bottom.
Jpg) then put the one inside the other. Lets assume you want a 500px wide box with 10px rounded corners and a background color of #555555. HTML: lorem ipsum... CSS: #content_box { background: #555 url(bkg_top.
Jpg) no-repeat scroll 0 top; padding-top:10px; /*the height of the top image*/ width:500px; } #content_box_bottom { background: #555 url(bkg_bottom. Jpg) no-repeat scroll 0 bottom; height:10px; /* the height of the image */ } The bottom div will strech to fill the content_box and create the bottom of the rounded box. Thats just one example.
Here is another good web rounded corners.
Agreed if the rounded-corner box is not fluid, and fixed in width then you should simply use 2 images as demonstrated above. You could even add the bottom rounded corner image to the last element appearing in the box depending on the circumstances (if it is a block element), this would have the advantage of not having additional markup which is always an advantage.
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.