Mô tả: placeholder dùng tốt trong firefox, chrome, safary. Đối với <IE8 ko hỗ trợ.
Cách xử lý: Đối với IE7,IE8 cần dùng thư viện hỗ trợ.
Download file script:
https://drive.google.com/file/d/0B785Epf6q5XlV2FFdUdzbGRqaEk/edit?usp=sharing
Load thư viện script vào template ->index.php: trong tag HEAD
<!--[if IE]>
<script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/placeholders.jquery.min.js"></script>
<![endif]-->
Hiển thị các bài đăng có nhãn IE8. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn IE8. Hiển thị tất cả bài đăng
Thứ Năm, 3 tháng 7, 2014
Chủ Nhật, 6 tháng 4, 2014
IE8 Scroll down issue
Mô tả: Scroll xuống bottom tự động nhảy lên, làm scroll có khoảng trống không nằm ở bottom được. Kéo chuột xuống dưới, nhả chuột tự động nhảy lên.
Cách xử lý bằng CSS
<!--[if lt IE 9]>
<link rel="stylesheet" href="css/ie.css" type="text/css" />
<![endif]-->
trong file ie.css
/*scroll*/
html {
height:100%;
margin-bottom:0px;
overflow-y:scroll;
overflow-x:hidden;
}
html body{
height:100%;
}
Cách xử lý bằng CSS
<!--[if lt IE 9]>
<link rel="stylesheet" href="css/ie.css" type="text/css" />
<![endif]-->
trong file ie.css
/*scroll*/
html {
height:100%;
margin-bottom:0px;
overflow-y:scroll;
overflow-x:hidden;
}
html body{
height:100%;
}
Thứ Bảy, 7 tháng 12, 2013
IE8- CSS Transparent issue solved
Vấn đề IE 8 ko hiển thị được transparent. Lúc nào cũng có 1 hình ảnh mờ phía trên. Vấn đề như hình ảnh.
Cách xử lý trong CSS:
div.title {
background: none repeat scroll 0 0 transparent;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}
Cách xử lý trong CSS:
div.title {
background: none repeat scroll 0 0 transparent;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}
Đăng ký:
Bài đăng (Atom)



