ie6 растягиваем на всю ширину сайта


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. height:expression(document.body.clientHeight); width:expression(document.body.clientWidth);
  2. height:expression(Math.max(this.nextSibling.clientHeight)+"px");

Report this snippet


Comments


You need to login to view comments.