0
Welcome Guest! Login
0 items Join Now

How to create an IE6 Warning Modul?

  • How to create an IE6 Warning Modul?

    Posted 16 years 5 months ago
    • Hello,

      in some Templates i found an IE6 warning. How can i install something like that? Is it a modul or component to install over admin?

      Thx.
    • damo's Avatar
    • damo
    • Elite Rocketeer
    • Posts: 2142
    • Thanks: 0

    Re: How to create an IE6 Warning Modul?

    Posted 16 years 5 months ago
    • prim's Avatar
    • prim
    • Preeminent Rocketeer
    • Posts: 17290
    • Thanks: 217

    Re: How to create an IE6 Warning Modul?

    Posted 16 years 5 months ago
    • Download the Rocketlauncher for Terrantribune. Unzip it on your computer and look in the templates directory.

      You will need:
      rokie6warn.js
      close.png, close_hover.png, error.png

      Add to template_ie6.php:
      /* ie6 warning */
      #iewarn {background: #C6D3DA url(../images/error.png) 10px 20px no-repeat;position: relative;z-index: 1;opacity: 0;margin: -150px auto 0;font-size: 110%;color: #001D29;z-index: 8000;}
      #iewarn div {position: relative;border-top: 5px solid #95B8C9;border-bottom: 5px solid #95B8C9;padding: 10px 80px 10px 220px;    }
      #iewarn h4 {color: #900;font-weight: bold;line-height: 120%;}
      #iewarn a {color: #296AC6;font-weight: bold;}
      #iewarn_close {background: url(../images/close.png) 50% 50% no-repeat;display: block;cursor: pointer;position: absolute;width: 61px;height: 21px;top: 25px;right: 12px;}
      #iewarn_close.cHover {background: url(../images/close_hover.png) 50% 50% no-repeat;}
      /* end ie6 warning */
    • Please reply with a direct link to the issue & create a new thread for each new issue.

      A template is only as good as the content that goes into it ;) - DanG
  • Re: How to create an IE6 Warning Modul?

    Posted 16 years 5 months ago
    • Thx, it works! :)
  • Re: How to create an IE6 Warning Modul?

    Posted 15 years 1 month ago
    • ANy recommendations on how to do this from a afterburner template?
      there is no template_ie6.php file - just a bunch of css files ??

      prim wrote:
      Download the Rocketlauncher for Terrantribune. Unzip it on your computer and look in the templates directory.

      You will need:
      rokie6warn.js
      close.png, close_hover.png, error.png

      Add to template_ie6.php:
      /* ie6 warning */
      #iewarn {background: #C6D3DA url(../images/error.png) 10px 20px no-repeat;position: relative;z-index: 1;opacity: 0;margin: -150px auto 0;font-size: 110%;color: #001D29;z-index: 8000;}
      #iewarn div {position: relative;border-top: 5px solid #95B8C9;border-bottom: 5px solid #95B8C9;padding: 10px 80px 10px 220px;   }
      #iewarn h4 {color: #900;font-weight: bold;line-height: 120%;}
      #iewarn a {color: #296AC6;font-weight: bold;}
      #iewarn_close {background: url(../images/close.png) 50% 50% no-repeat;display: block;cursor: pointer;position: absolute;width: 61px;height: 21px;top: 25px;right: 12px;}
      #iewarn_close.cHover {background: url(../images/close_hover.png) 50% 50% no-repeat;}
      /* end ie6 warning */

Time to create page: 0.103 seconds