This wont pass CSS validation, but its usefull to know that expressions can be added into css.
/* IE FIX */
#div {
overflow-x: auto;
overflow-y: hidden;
padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
}
This wont pass CSS validation, but its usefull to know that expressions can be added into css.
/* IE FIX */
#div {
overflow-x: auto;
overflow-y: hidden;
padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
}
You must be logged in to post a comment.
and how to vertical scrollbars CSS?