Thanks, Jill.  That sounds like something to try out!

 

Mike L.

 

From: Action Request System discussion list(ARSList)
[mailto:[email protected]] On Behalf Of Jill E. Peterson
Sent: Friday, February 11, 2011 11:25 AM
To: [email protected]
Subject: Re: Keeping Mid Tier in a framed web page

 

** 

On Thu, Feb 10, 2011 at 4:26 PM, Luttmann, Michael W Mr CTR DISA CD553
<[email protected]> wrote:

I wonder if this is similar to a recent request I got. My military/DoD
customer wants to add "For Official Use Only" banners to ALL ITSM forms
(and consoles) on the M-T client.  This cannot be done by modifying the
CSS.  The only thing I can think of is modifying the background on EVERY
form.

Is there a better way?

(ARS / ITSM 7.1)



It's quite hack-y and I haven't confirmed in IE that it looks the same,
but you might be able to add a graphic to the top using CSS like so,
obviously updating 75px to match the height of your graphic, and the
source of your image, respectively. I put this at the end of the CSS
file to avoid !important-ing or making changes elsewhere for ease of the
example.

#FormApp {
top: 75px;
}
html {
background: #8b0000
url(https://lh3.googleusercontent.com/_EQFIWgr-CEY/TVRq919jgCI/AAAAAAAAA
jc/6PN_KMnpmyM/s800/fakebanner.gif) no-repeat left top;
}

This works in Firefox using ARS/ITSM 7.5 anyhow.
 
https://lh3.googleusercontent.com/_EQFIWgr-CEY/TVRsxnGMEsI/AAAAAAAAAjw/G
Ke-PaTIewo/s800/fakebanner.png<https://lh3.googleusercontent.com/_EQFIWg
r-CEY/TVRsxnGMEsI/AAAAAAAAAjw/GKe-PaTIewo/s800/fakebanner.png> 

Putting the banner inbetween the Logout-Help-Home buttons and the BMC
banner would certainly require more effort than this and is maybe the
solution you were looking for instead.

If the sole intention is displaying a banner at the top of the page, it
might be a quicker way than messing with iframes, and even when new
windows open you would still see the banner.

Jill

_attend WWRUG11 www.wwrug.com ARSlist: "Where the Answers Are"_ 


_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: "Where the Answers Are"

Reply via email to