Re: [css-d] div background not showing in Firefox

2005-12-12 Thread Christian Montoya
On 12/12/05, Brian Funk <[EMAIL PROTECTED]> wrote: > Brian, I don't think you should use empty spans. They aren't invalid but Tidy warns that it's trimming empty spans, which means that when something like a span is completely empty, some browsers will render it and others might not. I think you

Re: [css-d] div background not showing in Firefox

2005-12-12 Thread Eric Ladner
Assigning div#sulliboard a height makes it show up in FF. I can see why that wouldn't show up in IE, but not sure about Opera. E On 12/12/05, Brian Funk <[EMAIL PROTECTED]> wrote: [snip] > div#subbillboard { > width: 798px; > background: url(image/sheetmusiccrop.jpg); > background-re

Re: [css-d] div background not showing in Firefox

2005-12-12 Thread CJ Larson
> Hi all. I'm much newbie. Been lurking for a while and > learned lots. Much appreciated. I got brave enough to > try my own stuff. Sure enough, I got stuck. Why > doesn't my background image show in Firefox, but shows > in Opera and IE6? > > html at: > http://www.members.shaw.ca/pianobyanna/index

[css-d] div background not showing in Firefox

2005-12-12 Thread Brian Funk
Hi all. I'm much newbie. Been lurking for a while and learned lots. Much appreciated. I got brave enough to try my own stuff. Sure enough, I got stuck. Why doesn't my background image show in Firefox, but shows in Opera and IE6? html at: http://www.members.shaw.ca/pianobyanna/index.html css at: h