|
|
|
อยากทราบว่าถ้าจะใส่กรอบให้รูปด้วย css ควรทำยังงัยแนะนำหน่อย |
|
|
|
|
|
|
|
ขอบคุณครับ
|
|
|
|
|
Date :
2010-02-25 11:24:52 |
By :
SOUL |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Insert title here</title>
<style type="text/css">
body {background-color:#eee;}
img{
margin: 0;
background: none repeat scroll 0% 0% rgb(255, 255, 255);
border: 1px solid rgb(204, 204, 204);
padding: 10px;
-moz-border-radius: 10px;
}
</style>
</head>
<body>
<img src="http://images.kerrang.com/content/ksite/350x300/bmth_350x350.jpg" />
</body>
</html>
|
|
|
|
|
Date :
2010-07-29 13:03:30 |
By :
DownsTream |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เพิ่มเติมอีก นิดครับ css ข้างบนขอบโค้งจะไม่ทำงานบน google chrome
ต้องเพิ่ม
-webkit-border-radius: 10px;
|
|
|
|
|
Date :
2010-07-30 09:12:39 |
By :
DownsTream |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|