html - How can I overlay a banner/status line on every web page in a test environment -
i have "testing" environment setup , cloned our production servers. i'm trying figure out simple way visually indicate proxied test environment , not production (and vice versa). started modifying our company logos in "test" overlaying them with, well, word "test" there lot of logos.. besides, anytime clone production testing refresh things, logos need moved back. it's greasy way of doing things.
anyone know of way configure apache inject or overlay 1 line status @ top or bottom of browser? ideally, unaffected ajax, javascript or css code running in application.
my company including stylesheet puts image banner accross top says "development mode"
here's css use (development.css
)
@charset "utf-8"; body{ background-image:url('/images/intra/development.png'); background-position:top center; background-repeat:repeat-x; margin-top:26px !important; }
screenshot:
Comments
Post a Comment