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:
You could use position:absolute
on the two images by setting the parent div to position:relative
and then positioning the images to left:0
and right:0
respectively.
Make the container have position: relative; and then absolutely position the images respective to the container.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With