Dova, On Feb 7, 2006, at 7:19 PM, Dova Wilson wrote:
> I'm having a problem with spacing between the navbar and the main image > on the site, as well as with the search box below the navbar at > http://209.211.255.131/newsite/testfeb6.html. CSS: > http://209.211.255.131/newsite/testfeb6.css > > Problems: > 1. Getting everything to fit together nicely without gaps of white > or color or the arrows on the navbar being pushed (arrows OK in IE, > strange in NE7 and Firefox). I'll resize the picture as needed. Your current design looks nice but requires pixel perfect alignment and assumes that all users machines are configured just like yours. You need to build in a little flexibility. for what it's worth, here's what I would do. 1. Move bldg1and2smv2.jpg to be a background-image for #navwrap, positioned top right. Make it a a little bigger than you you estimate it needs to be. 2. Set the bg color on #navwrap to match #navbar and #stripe 3. Make sure that margins on #navwrap and #stripe are 0. Doing will allow as much or as little of the image to show as the content will allow and will give the illusion that it all fits together even if something is off by a pixel or 2. As a bonus, you don't have to float anything. If you want to pursue this idea, and need more concrete code bits, let me know and I'll see what I can do. -- Roger Roelofs "Remember, if you’re headed in the wrong direction, God allows U-turns!" ~Allison Gappa Bottke ______________________________________________________________________ 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/
