→ ﺪﯿﻨﮐ ﻥﺎﺤﺘﻣﺍ ﺍﺭ ﻥﺁ ﻥﺎﺗﺩﻮﺧ
<!DOCTYPE html>
<html>
<head>
<style>
#overflowTest {
background: #4CAF50;
color: white;
padding: 15px;
width: 50%;
height: 100px;
overflow: scroll;
border: 1px solid #ccc;
}
</style>
</head>
<body>
<h2>CSS Overflow</h2>
<p>The overflow property controls what happens to content that is too big to fit into an area.</p>
<div id="overflowTest">This text is really long and the height of its container is only 100 pixels. Therefore, a scrollbar is added to help the reader to scroll the content. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem.</div>
</body>
</html>
ﺩﻮﺷ ﭗﯿﻠﮐ ﺪﯾﺎﺑ ﺎﯾﺁ ﻪﮐ ﺪﻨﮐ ﯽﻣ ﺺﺨﺸﻣ ﺰﯾﺭﺮﺳ<"code class="w3-codespan> ﯽﮔﮋﯾﻭ
:ﺖﺳﺍ ﺮﯾﺯ ﺮﯾﺩﺎﻘﻣ ﯼﺍﺭﺍﺩ ﺰﯾﺭﺮﺳ<"code class="w3-codespan> ﯽﮔﮋﯾﻭ
visible
ﺩﻮﺷ ﯽﻣ ﻪﺋﺍﺭﺍ ﺮﺼﻨﻋ ﺭﺩﺎﮐ ﺯﺍ ﺝﺭﺎﺧ ﺍﻮﺘﺤﻣ .ﺖﺳﺍ ﻩﺪﺸﻧ ﻊﻄﻗ ﺰﯾﺭﺮﺳ ﺽﺮﻓ ﺶﯿﭘ -
hidden
ﺩﻮﺑ ﺪﻫﺍﻮﺧ ﯽﺋﺮﻣﺎﻧ ﺍﻮﺘﺤﻣ ﻪﯿﻘﺑ ﻭ ﺖﺳﺍ ﻩﺪﺷ ﭗﯿﻠﮐ ﺰﯾﺭﺮﺳ -
scroll
ﺩﻮﺷ ﯽﻣ ﻪﻓﺎﺿﺍ ﺐﻟﺎﻄﻣ ﻪﯿﻘﺑ ﻩﺪﻫﺎﺸﻣ ﯼﺍﺮﺑ ﻝﻭﺮﮑﺳﺍ ﺭﺍﻮﻧ ﮏﯾ ﻭ ﺩﻮﺷ ﯽﻣ ﻊﻄﻗ ﺰﯾﺭﺮﺳ -
auto
ﺪﻨﮐ ﯽﻣ ﻪﻓﺎﺿﺍ ﺍﺭ ﻝﻭﺮﮑﺳﺍ ﯼﺎﻫﺭﺍﻮﻧ ﻡﻭﺰﻟ ﺕﺭﻮﺻ ﺭﺩ ﻂﻘﻓ ﺎﻣﺍ ،ﺖﺳﺍ ﺶﯾﺎﻤﯿﭘ<"code c
ﻪﺟﻮﺗ: ﯽﮔﮋﯾﻭ ﺰﯾﺭﺮﺳ
ﯽﻣ ﺭﺎﮐ ﺺﺨﺸ
ﻪﺟﻮﺗ: ﺭﺩ OS X Lion (ﺭﺩ Mac)، ﺶﯿﭘ ﺭﻮﻃ ﻪﺑ ﺶﯾﺎﻤﯿﭘ ﯼﺎﻫﺭﺍﻮﻧﯽﻣ
ﻩﺪﻫﺎﺸﻣ ﻞﺑﺎﻗ :ﺰﯾﺭﺮﺳ:ﺩﻮﺷﯽﻣ ﻩﺩﺍﺩ ﺶﯾﺎﻤﻧ ﺮﺼﻨﻋ ﺭﺩﺎﮐ ﺯﺍ ﺝﺭﺎﺧ ﻭ ﺖﺳﺍ ﻩﺪﺸﻧ ﻩﺪﯾﺮﺑ ﻪﮐ ﯽﻨﻌﻣ ﻦﯾﺍ ﻪﺑ ،ﺖﺳﺍ
div {
width: 200px;
height:
65px;
background-color: coral;
overflow: visible;
}
→ ﺪﯿﻨﮐ ﻥﺎﺤﺘﻣﺍ ﺍﺭ ﻥﺁ ﻥﺎﺗﺩﻮﺧ
<!DOCTYPE html>
<html>
<head>
<style>
div {
background-color: coral;
width: 200px;
height: 65px;
border: 1px solid;
overflow: visible;
}
</style>
</head>
<body>
<h2>Overflow: visible</h2>
<p>By default, the overflow is visible, meaning that it is not clipped and it renders outside the element's box:</p>
<div>You can use the overflow property when you want to have better control of the layout. The overflow property specifies what happens if content overflows an element's box.</div>
</body>
</html>
ﻥﺎﻬﻨﭘ :ﺰﯾﺭﺮﺳ:ﺩﻮﺷ ﯽﻣ ﻥﺎﻬﻨﭘ ﺍﻮﺘﺤﻣ ﻪﯿﻘﺑ ﻭ ﺩﻮﺷ ﯽﻣ ﻩﺪﯾﺮﺑ ﺰﯾﺭﺮﺳ ،hidde
div {
overflow: hidden;
}
→ ﺪﯿﻨﮐ ﻥﺎﺤﺘﻣﺍ ﺍﺭ ﻥﺁ ﻥﺎﺗﺩﻮﺧ
<!DOCTYPE html>
<html>
<head>
<style>
div {
background-color: coral;
width: 200px;
height: 65px;
border: 1px solid black;
overflow: hidden;
}
</style>
</head>
<body>
<h2>Overflow: hidden</h2>
<p>With the hidden value, the overflow is clipped, and the rest of the content is hidden:</p>
<p>Try to remove the overflow property to understand how it works.</p>
<div>You can use the overflow property when you want to have better control of the layout. The overflow property specifies what happens if content overflows an element's box.</div>
</body>
</html>
ﻝﻭﺮﮑﺳﺍ :ﺰﯾﺭﺮﺳ:(ﺪﯾﺭﺍﺪﻧ ﺯﺎﯿﻧ ﻥﺁ ﻪﺑ ﺮﮔﺍ ﯽﺘﺣ) ﺩﻮﺷ ﯽﻣ ﻪﻓﺎﺿﺍ ﯼﺩﻮﻤﻋ ﺕﺭﻮﺻ ﻪﺑ ﻢﻫ ﻭ ﯽﻘﻓﺍ ﺕﺭﻮﺻ ﻪﺑ ﻢﻫ ﻝ
div {
overflow: scroll;
}
→ ﺪﯿﻨﮐ ﻥﺎﺤﺘﻣﺍ ﺍﺭ ﻥﺁ ﻥﺎﺗﺩﻮﺧ
<!DOCTYPE html>
<html>
<head>
<style>
div {
background-color: coral;
width: 200px;
height: 100px;
border: 1px solid black;
overflow: scroll;
}
</style>
</head>
<body>
<h2>Overflow: scroll</h2>
<p>Setting the overflow value to scroll, the overflow is clipped and a scrollbar is added to scroll inside the box. Note that this will add a scrollbar both horizontally and vertically (even if you do not need it):</p>
<div>You can use the overflow property when you want to have better control of the layout. The overflow property specifies what happens if content overflows an element's box.</div>
</body>
</html>
ﺭﺎﮐﺩﻮﺧ :ﺰﯾﺭﺮﺳ:ﺪﻨﮐ ﯽﻣ ﻪﻓﺎﺿﺍ ﺍﺭ ﺶﯾﺎﻤﯿﭘ ﯼﺎﻫﺭﺍﻮﻧ ﻡﻭﺰﻟ ﺕﺭﻮﺻ ﺭﺩ ﻂﻘﻓ ﺎﻣﺍ ،ﺖﺳﺍ You can use the overflow property when you want to have better control of the layout. The overflow property specifies what happens if content overflows an element's box.
div {
overflow: auto;
}
→ ﺪﯿﻨﮐ ﻥﺎﺤﺘﻣﺍ ﺍﺭ ﻥﺁ ﻥﺎﺗﺩﻮﺧ
<!DOCTYPE html>
<html>
<head>
<style>
div {
background-color: coral;
width: 200px;
height: 65px;
border: 1px solid black;
overflow: auto;
}
</style>
</head>
<body>
<h2>Overflow: auto</h2>
<p>The auto value is similar to scroll, only it add scrollbars when necessary:</p>
<div>You can use the overflow property when you want to have better control of the layout. The overflow property specifies what happens if content overflows an element's box.</div>
</body>
</html>
overflow-y
ﻭ ﺪﻨﮐ ﯽﻣ ﺺﺨﺸﻣ overflow-y
ﻭ overflow-x
ﯽﻣ ﺺﺨﺸﻣﻪﺒﻟ ﺎﺑ ﻪﮐ ﺪﻨﮐﺩﺮﮐ
div {
overflow-x: hidden; /* Hide horizontal scrollbar
*/
overflow-y: scroll; /* Add vertical scrollbar */
}
→ ﺪﯿﻨﮐ ﻥﺎﺤﺘﻣﺍ ﺍﺭ ﻥﺁ ﻥﺎﺗﺩﻮﺧ
<!DOCTYPE html>
<html>
<head>
<style>
div {
background-color: coral;
width: 200px;
height: 65px;
border: 1px solid black;
overflow-x: hidden;
overflow-y: scroll;
}
</style>
</head>
<body>
<h2>Overflow-x and overflow-y</h2>
<p>You can also change the overflow of content horizontally or vertically.</p>
<p>overflow-x specifies what to do with the left/right edges of the content.</p>
<p>overflow-y specifies what to do with the top/bottom edges of the content.</p>
<div>You can use the overflow property when you want to have better control of the layout. The overflow property specifies what happens if content overflows an element's box.</div>
</body>
</html>
ﺪﺘﻓﺍ ﯽﻣ ﯽﻗﺎﻔﺗﺍ ﻪﭼ ﺩﻮﺷ ﺰﯾﺭﺮﺳ ﺮﺼﻨﻋ ﮏﯾ ﺭﺩﺎﮐ ﺯﺍ ﺍﻮﺘﺤﻣ ﺮﮔﺍ ﻪﮐ ﺪﻨﮐ ﯽﻣ ﺺﺨﺸﻣ
ﺮﯿﺧ ﺎﯾ ﺪﻨﮑﺸﺑ ﯽﻧﻻﻮﻃ ﺕﺎﻤﻠﮐ ﺎﺑ ﺍﺭ ﻁﻮﻄﺧ ﺪﻧﺍﻮﺗ ﯽﻣ ﺮﮔﺭﻭﺮﻣ ﺎﯾﺁ ﻪﮐ ﺪﻨﮐ ﯽﻣ ﺺﺨﺸﻣ
.ﺩﻮﺷ ﻡﺎﺠﻧﺍ ﯼﺭﺎﮐ ﻪﭼ ﺖﺳﺍﺭ/ﭗﭼ ﯼﺎﻫﻪﺒﻟ ﺎﺑ ﺮﺼﻨﻋ ﯼﺍﻮﺘﺤﻣ ﻥﺪﺷ ﺰﯾﺭﺮﺳ ﺕﺭﻮﺻ ﺭﺩ ﺪﻨﮐu20
.ﺩﺮﮐ ﺪﯾﺎﺑ ﻪﭼ ﻥﺁ ﻦﯿﯾﺎﭘ/ﻻﺎﺑ ﯼﺎﻫﻪﺒﻟ ﺎﺑ ﺮﺼﻨﻋ ﯼﺍﻮﺘﺤﻣ ﻥﺪﺷ ﺰﯾﺭﺮﺳ ﺕﺭﻮﺻ ﺭﺩ ﺪﻨﮐ