tmesa.mesadesignhouse wrote: > I'm going to get rid of the background box for the navigation and do > it normally, rather than as a background image, although I'm > researching rounded corners and CSS, since that's what the client > likes. That way I don't have to have fixed font sizes.
For a case like yours with a fixed width and (preferably) a fluid height, one of the most straightforward rounded corner methods is to use 2 background-images - one for the top and one for the rest. I actually included this method in my first response, but it didn't come through properly since I didn't prepare both images :-) Here's a slightly better prepared version... <http://www.gunlaug.no/tos/alien/tm/test_08_0328.html> CSS: <http://www.gunlaug.no/tos/alien/tm/test_08_0328_files/ierc0000.css> Images: <http://www.gunlaug.no/tos/alien/tm/test_08_0328_files/nav_box0.gif> <http://www.gunlaug.no/tos/alien/tm/test_08_0328_files/nav_box1.gif> ...so you can see this simple method in action. Needless to say it can be done with only one, large, image. A google will let you find lots of variants that achieve the rounded corner effect with one, two or four images, and the fewer images the better - in most cases. > I've been making things too difficult for myself. That sounds like an ordinary journey from print to web design. The "paper" is flexible on the web. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
