What CSS will produce an element but the browser won't take it into account for laying out anything else? Is such a thing possible?
I want the bird and dog on this page to not affect the centering of the text. http://twitter-meme.appspot.com/
Some solutions that I don't like:
- Make a single image and set it as background-image. (Then I end up with a big image as a background).
- Absolutely position the text (Yuck)