Forum: JavaScript / DHTML / AJAX Sep 13th, 2008 |
| Replies: 0 Views: 1,029 Hi!
My website is a big image with divs over it, containing onMouseOver images...
Big image is 1654x1211 and I need that visitors with small resolution (1024x768 perhaps) could scroll over this big... |
Forum: HTML and CSS Sep 13th, 2008 |
| Replies: 5 Views: 4,897 HTML:
...
<body scroll="no">
...
And you should add this code in your css for IE:
CSS:
...
body{scroll: no;} |