Latest entries
Unfortunately, the usual way of creating a selection list with a large number of items is quite slow in Internet Explorer. In the followings, you can find solutions and speed tests for the problem (the speed test was run on an average computer).
There are several cases when you need the position of the mouse pointer on a webpage (e.g. if you want to display custom tooltips or elements that follow the mouse).
The question is, how can you set the position of an element to align to the coordinates of the mouse pointer?
The answer seems simple, the cross-browser clientX and clientY properties of the event object retrieve the position of the mouse pointer relative to the top-left corner of the browser window's client area.With these properties you can set the color or the image displayed as the background. In addition, you have control over the position, the repetition type (horizontal, vertical, both or neither) of the image. Furthermore, you can set whether the image should scroll with the contents or should stay in a fixed position during scrolling. In this article, you can see these functionalities demonstrated in examples among other things.
I hope everybody can find some useful blogs in the list.
The OPML file for the RSS feeds of these blogs can be downloaded from here: 6+devblogs.xml.
Recent Comments