preload
Sep 03

As we all know there is a problem for :hover pseudoclass for Microsoft Internet Explorer.
There are many solutions (eg csshover.htc) but all of them have one big and ugly problem: MS IE flickering on mouseout event.

I mean when you move your mouse WITHIN the object but over some child nodes mouse doesn’t leave the HOVERED object but IE thinks it does and onmousout event occurs.

All correct browsers let us use simple :hover pseudoclass for any tag. Except IE. So we should solve the problem for IE only.

Continue reading »

Sep 03

event:Selectors allow you to apply an event such as mouseover, mouseout, click, et al using a CSS style syntax. It keeps your layers separated and greatly reduces the amount of code you have to write.

event:Selectors library

Aug 22

position: fixed; is basically the same as position: absolute; except that when the user scrolls the page, the element does not scroll with it, it just says exactly where it was. There are many pages that want to use this in order to position logos or menus.

full article/source

Solution:
Continue reading »

Aug 20

The Javascript weblog: Putting the “D” in DHTML, just a blog but with really cool things.

Some links from there:

Whalesalad Dock Prototype:

The plan is to be able to mouseover the top area of the browser window, and have a nice and pretty (semi-transparent) dock fade down.

Using Opera to debug IE javascript errors:

In short, use the Opera debugger to resolve javascript issues in Internet Explorer.

May 12

The web developer toolbar is a menu and toolbar setup for Opera which brings together functions related to web development, validation services and links to standards and other documentation.

Very useful tool.

Get web developer toolbar and menu for Opera