Wednesday, October 26, 2005
Bug 311844 - Cannot Copy and Paste using 1.0.7
I am getting annoyed by this bug. I constantly can't paste into textfield, but it's ok into textarea. At this point, I need to restart Firefox. Anyway, to avoid any memory leak, I restart FF few times each day.
Tuesday, October 25, 2005
Mandarin Design: CSS Opacity and Transparency
To apply opacity effect to IE for DIV, float:left need to be applied. This is tricky.
Thursday, October 13, 2005
opacity style
In style sheet, opacity effect is still in css3 draft now. Most of modern browser are supported opacity now, but they are very different.
Let say
.op {-moz-opacity:0.5; filter:(alpha:50);opacity:0.5}
Firefox's -moz-opacity has best support.
IE's filter only works for TD tag, not DIV tag.
Safari's opacity works for DIV, SPAN tag, but not TD tag.
Please note the difference between IE and Safari. They are totally opposite.
Let say
.op {-moz-opacity:0.5; filter:(alpha:50);opacity:0.5}
Firefox's -moz-opacity has best support.
IE's filter only works for TD tag, not DIV tag.
Safari's opacity works for DIV, SPAN tag, but not TD tag.
Please note the difference between IE and Safari. They are totally opposite.
Thursday, October 06, 2005
AIM web mail and Netscape web mail.
Just notice that Netscape web mail updates the new interface which can be reached from http://home.netscape.com. The new interface is similiar to aim web mail, but a little bit better. aim web mail has banner ad in the middle of page. That's very annoying. Netscape web mail moves the banner ad in the bottom of page. It's less annoying.
Subscribe to:
Posts (Atom)