Ok, I'm not sure why you have that image sliced the way you do. I wouldn't slice it at all. I'd use the logo, with the stripe, all as one graphic, then position it so it sits where you want it to line up with the horizontal bars that goes all the way across.
I would make the blue brown stripe a background of the #wrapper. It's sort of a 'layering' technique that I've used a number of times. Then you position it like this:
#wrapper{
position: relative;
background: url(barMiddle.gif) repeat-x 0px 130px;
}
Like these:
http://www.southernkentuckyurology.com/
http://www.springshadowsfamily.com
That will eliminate the need for barleft, barright, etc. Slicing up graphics is an old habit from tables. You need to think about background graphics a bit differently.
I wish that putting 'clear:both' on an element worked correctly every time, but it does not. You've got 'float: left' and 'clear: both' together on #menus and that's just not going to work properly. Clear the float AFTER the floated element, not on it.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
Last edited by LadynRed : 02-10-2007 at 12:54 PM.
|