RE: http://twitter.github.io/bootstrap/components.html#alerts
I want to display these alerts on top of my page. However, whenever I do, it pushes the content below it down. I don't want that. I want it to just overlap (meaning, it appears at the top, but the content at the top doesn't get pushed down).
I may be displaying more than one of these alerts at a given time. For those, I think I would need them to stack on top of each alert (otherwise, users won't be able to read them).
How do I do this? CSS only solution preferred. Open to non-TB, jQuery solutions if absolutely needed.