Advertisement
Guest User

Untitled

a guest
Oct 21st, 2011
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.22 KB | None | 0 0
  1.         <!--[if IE]>
  2.             <style type="text/css">
  3.                 .ieFix{
  4.                     background: none;
  5.                     border: none;
  6.                     margin: 0;
  7.                 }
  8.                
  9.                 .ieTextFix{
  10.                     margin: 10;
  11.                     background-image: url(./image/text-input-bg.png);
  12.                     background-position: top left;
  13.                     background-repeat: no-repeat;
  14.                     border: none;
  15.                     display: block;
  16.                 }
  17.                
  18.                 .ieTextAreaFix{
  19.                     margin: 10;
  20.                     background-image: url(./image/text-area-bg.png);
  21.                     background-position: top left;
  22.                     background-repeat: no-repeat;
  23.                     border: none;
  24.                     display: block;
  25.                 }
  26.             </style>
  27.         <![endif]-->
  28.     </head>
  29.     <body>
  30.         <!--[if IE]>
  31.             <span class="ieTextFix">
  32.         <![endif]-->
  33.         <input type="text" class="ieFix"></input><br/>
  34.         <!--[if IE]>
  35.             </span>
  36.         <![endif]-->
  37.        
  38.         <!--[if IE]>
  39.             <span class="ieTextFix">
  40.         <![endif]-->
  41.         <input type="text" class="ieFix"></input><br/>
  42.         <!--[if IE]>
  43.             </span>
  44.         <![endif]-->
  45.        
  46.         <!--[if IE]>
  47.             <span class="ieTextFix">
  48.         <![endif]-->
  49.         <input type="text" class="ieFix"></input><br/>
  50.         <!--[if IE]>
  51.             </span>
  52.         <![endif]-->
  53.        
  54.         <!--[if IE]>
  55.             <span class="ieTextAreaFix">
  56.         <![endif]-->
  57.         <textarea class="ieFix" ></textarea>
  58.         <!--[if IE]>
  59.             </span>
  60.         <![endif]-->
  61.     </body>
  62.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement