April 2007

HTML Round Box

My little try on SVG and VML.

http://www.hedgerwow.com/360/dhtml/html_round_box/demo.php

VML
SVG

Comments (3)

Permalink

CSS List-Style-Image, DOM Events, and DHTML Behavior

My little experiment about Event Delegation

:-)

http://www.hedgerwow.com/360/dhtml/dom-event-delegation.html

JavaScript
DOM

Comments (1)

Permalink

display:table

I need to implement a table-like layout for major browsers.

so here’s my quick hack.

I knew it’s not perfect, but really simple :-)
http://www.hedgerwow.com/360/dhtml/css-equal-column-layout.php

CSS Hack
CSS
layout

Comments (3)

Permalink

Set style of element:focus{} for Cross-Browsers

Déjà Vu :-)
http://www.hedgerwow.com/360/dhtml/dom-focus-style.php#

DOM
CSS Hack
CSS

Comments (1)

Permalink

Internet Explorer reset Anchor’s innerHTML incorrectly if a new “href” is assigned

One of my fellows in Yahoo!, Andrew Wooldridge asked me a wacky behavior on Internet Explorer while he’s working on some fancy URL redirect functions with JavaScripts and I think it’ll be better if I document this bug and share with people who might have the same problems.

Here’s the example:
http://www.hedgerwow.com/360/bugs/ie-anchor-bug.html

thanks.

DOM
IE only
bug

Comments (3)

Permalink