o0 Chém Gió 0o
Would you like to react to this message? Create an account in a few clicks or log in to continue.
o0 Chém Gió 0o

Chém gió | 8 chít | bun đưa


You are not connected. Please login or register

Làm thẻ div có thanh cuộn (scrollbar) giống iFrame

Go down  Message [Page 1 of 1]

ikaros

ikaros
Master
Master

Nguồn : [You must be registered and logged in to see this link.]
Chèn đoạn mã này vào homepage message hay bất cứ nơi đâu cho phép html

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>example page</title>
</head>
<body>
<div id="page">
  <h1>Title</h1>
  <div id="scroll_box">
  <p>
    Put a long text in here. It will be crollable.<br/>
    Put a long text in here. It will be crollable.<br/>
    Put a long text in here. It will be crollable.<br/>
    Put a long text in here. It will be crollable.<br/>
    Put a long text in here. It will be crollable.<br/>
    Put a long text in here. It will be crollable.<br/>
    Put a long text in here. It will be crollable.<br/>
  </p>
</div>
<p>
  This content follows after the scrollable box.
</p>
</div>
</body>
</html>

Sau đó chèn đoạn css sau vào css stylesheet

Code:
#scroll_box {
  height: 120px;
  width: 400px;
  display: auto;
  border: 1px solid #CCCCCC;
  margin: 1em 0;
}

https://xitai.123.st

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum