사용자: 최신글 스킨
This commit is contained in:
@ -333,13 +333,13 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#428ab4;color:#f
|
||||
#profile h2 {margin:0}
|
||||
|
||||
/* 최근게시물 스킨 (latest) */
|
||||
.lt {float:left;margin-bottom:5px;padding:10px 0;width:355px;height:149px;border-bottom:1px solid #ddd}
|
||||
.lt ul {margin:0 0 10px;padding:0;list-style:none}
|
||||
.lt {float:left;margin-bottom:30px;padding-bottom:10px;width:355px;height:149px}
|
||||
.lt ul {margin:0 5px 10px;padding:0;list-style:none}
|
||||
.lt li {padding:3px 0}
|
||||
.lt a {}
|
||||
.lt_title {display:block;margin-bottom:10px}
|
||||
.lt_title {display:block;margin-bottom:10px;padding:10px 5px 8px;border:1px solid #eee;border-radius:10px;background:#f7f7f2}
|
||||
.lt_more {text-align:right}
|
||||
.lt_more a {display:block;padding:5px 0}
|
||||
.lt_more a {display:block;padding:5px 10px}
|
||||
|
||||
/* 최근게시물 스킨 (new) */
|
||||
#new_sch {margin-bottom:10px;text-align:right}
|
||||
|
||||
22
test.php
22
test.php
@ -1,8 +1,14 @@
|
||||
<?
|
||||
$qstr1 = "&stx=ddd&page=123";
|
||||
$qstr2 = "&stx=ddd&page=123&";
|
||||
$qstr3 = "&stx=ddd&page=&";
|
||||
$qstr3 = "&stx=ddd&page=x&";
|
||||
|
||||
echo preg_replace('#(&|&)?page\=[^&]*#', '', $qstr3);
|
||||
?>
|
||||
<!doctype html>
|
||||
<html lang="ko">
|
||||
<head>
|
||||
<title>ie6 테스트</title>
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
a {display:block;position:relative;margin:100px;width:50px;height:50px;background:#ddd}
|
||||
a span {position:absolute;top:0;left:0;width:50px;height:50px;background:#000}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<a href="#"><span></span>i can see your halo</a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user