have added my own logo at the bottom of the cesium application by
var viewer = new Cesium.Viewer('cesiumContainer');
var credit = new Cesium.Credit('Title', '../images/farook.gif', '[http://www.cesiumjs.org](http://www.cesiumjs.org/)');
viewer.scene.frameState.creditDisplay.addDefaultCredit(credit)
The logo is inbetween the cesium and bing. But i would like to add before the cesium and add a small text next to my logo. Is this possible?