Home › Forums › CSS › Noob bg image question › Re: Noob bg image question
I’m working on a rounded corner box, but I’m having trouble getting the middle part of my box to display.
You can see it at http://craigcurry.com/menu/blog.html. I think I may be not quite something in regards to the cascade/specificity or too many background images, but I’m not sure.
Any help would be greatly appreciated.
Thanks,
Craig
as ramesh said, you need to associate a background image to that block of code.
ok, you have done the right thing with the top and bottom of the block in assigning the images (but maybe not perfect in all browsers)
but you need one thing to wrap around the text and assign a background image to that, which is indeed a div.
best thing to do is make your image the same width but 1px height.
good luck