At 9/21/07 09:15 PM, Jessii wrote:
I hit a firefox 2/ie 6 bug that I've hit before when using background images. I normally avoid it by getting rid of the bg image but I need to get this issue fixed before do anything else with this layout.
The problem: the background image in the content div won't repeat in FF. It was, then I was adjusting things and it won't repeat anymore. Since then, I've actually added the repeat tag since then but it doesn't work. I'm sure that it's something that I'm missing that's really simple but it's driving me nuts.
Link: http://www.fauxdreams.net/test/index2.ph p
@Jessi:
Change the stuff in #content, so you have:
background: url(images/index_09.jpg) repeat-y;
Change .content to .innercontent and take out the float: right;
Change the <span> for the left and content (now inner content) to <div>
And you should be good to go. I tested in:
Firefox 2.0.0.6
IE 7.whatever
Opera 9.whatever
and
Safari 3.whatever
All windows, but I'd think you'd be ok on Macs, too. I've saved a copy of the source I dabbled with, if you need me to e-mail you a copy, drop me a PM with your e-mail address.