2014年3月10日 14:41:29
今天解决了货品弹窗的问题。
今天了解到 在
如:http://xx/index.php?rowIndex=jkfdjkfadjkfdjakfjd--kasjk
1 |
//修改了设置中$config[‘uri_protocol‘] = "PATH_INFO"; <br>parse_str($_SERVER[‘QUERY_STRING‘], $_GET); <br>echo $_GET[‘rowIndex‘]; |
2014年3月10日 14:48:26
实现了一个div 遮罩层,
1
2
3
4
5
6
7
8
9
10
11
12
13
14 |
.fullScreenDiv { position : absolute ; float : left ; margin : 0 ; padding : 0 ; width : 100% ; height : 800px ; filter: alpha(Opacity = 80 ); -moz-opacity: 0.5 ; opacity: 0.5 ; background-color : #ffffff ; display : none ; z-index : 1111111 ; } |
原文:http://www.cnblogs.com/jsRunner/p/3591784.html