Daniel Kessler wrote: > I have a white blank area that I'm trying to make 3 pixels tall using > a css div. I'm not sure of the proper way of doing it and can only > get it to work in Safari, not Mozilla or IE PC. Here's the page: > http://hhp.umd.edu/events/systems_thinking/ There's a banner with > white space below it and a blue bar below that. I'm talking about > the middle white space. >
Daniel, I strongly suggest getting rid of the .white and .dark_blue divs entirely. Instead, set an id on the div that holds the image. Keep the image inside set to display: block and give it alt text. Give this div 3px of bottom padding and a thick blue bottom border. Ta-da! No more using extraneous divs to create borders. Reserve divs for structure whenever possible. Zoe -- Zoe M. Gillenwater Design Services Manager UNC Highway Safety Research Center http://www.hsrc.unc.edu ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
