Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Aligment problem? Re: Aligment problem?

#60134
Rob MacKay
Participant

the jQuery is probably appending it to the div #tweet, that means it appears after all the content in there already. See if there is a way to make it prepend.

Have a look at these two links and you will see what I mean :)

http://docs.jquery.com/Manipulation/append

http://docs.jquery.com/Manipulation/prepend