The text remains aligned right
the header bar contains 2 texts stringCode:#interContainer .headerbar{ /*CSS for header bar of interstitial box*/ color: gray; font-size:140%; padding: 5px 0; text-align: right; } #interContainer .headerbar a{ /*CSS for header bar links of interstitial box*/ font-size: 120%; text-decoration: none; }
need one string aligned left and the other aligned right
I tried edit
unsuccessfullyCode:..split_text { text-align: right; } ..split_text span{ float:left; }
defineheader: '<div class="headerbar">my best Ads<a href="#" onClick="javascript:interstitialBox.closeit(); return false"><img src="closeit.gif" style="border: 0" title="Close Box"/></a></div>',
how can I achieve"my best Ads "to align left and the "Close Box" to align right??
See result here



Reply With Quote
Bookmarks