3
votes
4answers
1k views
Can you change the width of a scroll bar (scrolling DIV) in IE7
Hi
Is there any way to change the entire width of the horizontal scroll bar on a scrolling div (including the nudge arrows and the handle).
EDIT: I only need an IE7 solution - it's …
2
votes
Href for Javascript links: “#” or “javascript:void(0)”?
Just to pick up the point some of the other have mentioned.
It's much better to bind the event 'onload'a or $('document').ready{}; then to put JavaScript directly into the click event. …
