I have a baer that's width is set to 100%. I then have another div set at 30px nested within the main div placed at the end of the first div. This close-ban div has the background image of a close icon and the javascript is set so when a user hits the div the entire baer hides.
I want to position this close-bar div immediately after the text inside of the div labeled baer.
This is what it should look like
[this is a baer it has text inside of it [X]]
<div id="baer">this is a baer it has text inside of it<div id="close-ban"></div></div>
