This is probable a simple question for some of you to answer.
Let's say I have some text and I want to place an image over the text. A good example would be a Bingo type game. I had the number 4 and when the 4 is drawn, I'd like to place an image (a transparent gif with a red circle) over the 4.
How is this accomplished. I'm sure it's done using <div> or <span> tags, but I'd like a little help if possible.
You can probably pull it off with a bit of css possitioning, or just have the numbers on the pages background/table image and then add/change the image on top when you need to - just grab a simple javascript image rotator.
I actually figured this one out using a bunch of <div> statements and using the position:absolute and z-index styles. Works like a charm now. I hope. I haven't tested it on Netscape yet, but it looks ok in IE.