An elegant and simple widget that locates items on eBay.
コメント
3 通
ページのトップからログインしコメントする
1 - 3 中 3
also the results would be better if the country you choose come up 1st. not sure if you could put this into it, but would be nice. unless there is a way to change the way results come to me, don't see any options yet.
Its a pretty nice Widget that works well, but with built-in searching from the address bar, it is slightly redundant. Though it is nice it displays the results in its own window. Overall, pretty neat, but not as useful as some other widgets.
発言者 user2006, # 2006/08/07 17:33:17
You can change the height of the widget window by using the following:
window.resizeTo(newWidth, newHeight);
Which means in your case, to fix the widget expanding out of the window size, you can add this every time some search results are drawn:
window.resizeTo(containerElmnt.scrollWidth, containerElmnt.scrollHeight);
発言者 gautam_chandna, # 2006/07/12 14:31:52
発言者 Chickan, # 2006/06/23 21:09:00