this.box = new Element('div', {'id': 'iewarn'}).inject(document.body, 'top');
this.box = new Element('div', {'id': 'iewarn', 'class': 'wrapper'}).inject(document.body, 'top');
this.box = new Element('div', {'id': 'iewarn'}).inject(document.body, 'top');
var wrapper = new Element('div', {'class': 'wrapper iewarn-sub'}).inject(this.box);
var div = new Element('div').inject(wrapper).setHTML(warning);
#iewarn { background: #fff; }
.iewarn-sub { background: #eee; border-top: 3px solid #ccc; border-bottom: 3px solid #ccc; }
/* 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 */
//* ie6 warning */
#iewarn { background: #cdcdcd; }
.iewarn-sub {background: #C6D3DA url(../images/error.png) 10px 20px no-repeat;position: relative;z-index: 1;opacity: 1;margin: -150px auto 0;font-size: 110%;color: #001D29;z-index: 8000;}
.iewarn-sub 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.058 seconds