значения свойства:
.a {
width
:
230px
;
height
150px
background-color
#3BA9DE
overflow
hidden
}
#div
1
{
#56A31D
.b {
#852E76
.c {
visible
div {
float
left
display
inline
.empty {
20px
.a { width: 230px; height: 150px; background-color: #3BA9DE; overflow: hidden; } #div1 { width: 230px; height: 150px; background-color: #56A31D; } .b { width: 230px; height: 150px; background-color: #852E76; } .c { width: 230px; height: 150px; background-color: #852E76; overflow: visible; } div { float: left; display: inline; } .empty { width: 20px; height: 150px; }
<!DOCTYPE html>
<
html
>
head
meta
charset
=
"utf-8"
/>
title
>New Page</
link
href
"css/style.css"
rel
"stylesheet"
script
type
"text/javascript"
src
"https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"
></
</
body
div
class
"a"
But it was a dream. Three weeks ago, I had been lying on a beach
in Hawaii. But I was not in Hawaii now. I was dreaming in my office
in Los Angeles. I had returned from my holiday and there was no
work for me. Nobody wanted to hire me. I went to my office every
day, but the telephone didn't ring. So I slept in my chair and I dreamt
about Hawaii. But it was a dream. Three weeks ago, I had been lying on a beach
about Hawaii.
"empty"
id
"div1"
"b"
"c"
/*JavaScript*/
document.getElementById("div1").style.overflow = "scroll";
/*jQuery*/
$(document).ready(function () {
$(".b").css({ "overflow": "auto" });
});