1

Привет, ребята. Столкнулся с проблемой, див блок не хочет отображать скрол. А еще одна проблема - не подключается таблица стилей после добавления элементов.

Hi, guys. Faced with a problem, block divas do not want to display to scroll. And another problem - can not connect after adding stylesheet elements.

http://jsfiddle.net/sombik/nuX6B/1/

4

1 回答 1

3

In your HTML markup, where you have input type button. The last button onclick handler is not closed. It should be:

<input type="button" value="delete" onclick="keyPressTest();" />

That should solve your issue. Here is a working JSFiddle link: http://jsfiddle.net/RumxQ/

于 2012-05-16T09:51:27.427 回答