I have a code that reads an item from the list and displays then in a status notification
here's my code
statusId = SP.UI.Status.addStatus("Item is: ", + item
but when my items reached to 4 items or more, the discoloration happens.

if my items reached to 8 items or more, another line (color yellow) is added.
How will I fix this? try it on your site if it has the same behavior. i tried it in different sites and still the same. is this a bug?
thanks
----------------------- Sharepoint Newbie