Here is the story: I'm using SWFObject to insert a Flash object into my page. The embedding eats my span
. So, I lose all my CSS for it. I was thinking of moving all of the CSS to the parent so I don't lose my CSS styles when the Flash appears.
I have tried using a span
within a span
, but I don't think it's working. Is there a reason for this? I don't understand why you could have div
within a div
but not a span
within a span
.
Does it have to do with spans
being inline?