12-Amethyst
February 17, 2015
Solved
Banner being covered by image...
- February 17, 2015
- 2 replies
- 2658 views
Wayne,
Do you mind sharing the contents of your codebase/netmarkets/jsp/util/banner.txt file?
My contents are below. Some key characteristics of mine are float:left and margin:2px 170px and z-index:1000.
<style>
#bannerID{
font-size:10px;
cursor:default;
float:left;
clear:both;
position:absolute;
margin:2px 170px;
padding:3px;
top:0px;
z-index:1000;
color: #ffff00;
}</style>
<span id="bannerID">
<!-- Banner begins here -->
Windchill 10.2 Training System Production Data From: 06-NOV-2014
<!-- Banner ends here -->
</span><script type="text/javascript">
//START--The tooltip for the top banner
Ext.onReady(function(){
Ext.QuickTips.init();
new Ext.ToolTip({
target: 'bannerID',
html: '10.2 M020 Training (06-NOV-2014)'
});
});
//END--The tooltip for the top banner
</script>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.