Using transparent PNGs in image rollovers
Mon, 21 Mar 2005 20:13:02 -0800
I am using transparent 24-bit PNGs for image rollovers by changing the styles
of the containing div as in:
div.style.filter =
"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,
sizingMethod=scale src=" + image + ")";
The rollover works and the "AlphaImageLoader" filter takes care of the ...
|
How to get the ime status.
Sun, 13 Mar 2005 19:37:02 -0800
Hello, everyone
I was wondering if I could get some help here.
I want to validate a textbox when user input Katakana or Hiragana(such
as giving a range form ? to ?). If the input char is not valid, ignore it.
But i can not get the ime status in web page when user input, and can not get
the moment a ...
|
Creating & cloning RADIO buttons problem
Fri, 4 Mar 2005 09:01:03 -0800
Hi all,
I'm facing a problem when creating or cloning RADIO items. My current script
and html is rather large, so I'm showing just a reproducible sample.
Save the following and try it in IE:
<html>
< script>
function ReassignIds(node, append)
{
if (node.id != null)
node.id += "_" ...
|
drag&drop onto a INPUT TYPE=FILE control
Fri, 4 Mar 2005 08:29:02 -0800
I could not find any mean to drag and drop a file from Windows Desktop
(or any other Windows folder in Windows Explorer) onto a <INPUT TYPE=FILE>
control in a IE Window.
Can anybody help ? Is it actually possible to drag-and-drop a file from
local disk
to a IE window ?
Thanks in advance,
S. ...
|
DHTML problem when using contenteditable
25 Feb 2005 14:39:49 -0800
Hi,
I'm using IE6. I'm battling strange behavior in IE when using
contenteditable. I'm using tables with 3 rows and I want the middle
row to be narrow (3px). I can trick IE to make already existing table
rows become narrow by using the old 1px images trick. However when
dealing with dynamically created tabl ...
|
IFRAME src change Giving Access Denied
Fri, 18 Feb 2005 15:18:06 +0530
Hi,
I am trying to do something like this.
testMainFrame.htm
--------------------
<html>
< script>
function changeSrc()
{
window.frames["myFrame"].location.href = "testImage.htm"; // This gives
me an access denied error
}
</script>
<body>
<iframe name="mainFrame" id="mainFrame" src="testFram ...
|
(CROSS POST: IE 5.5 Behaviors) - trouble using MS Calendar Behavio
Wed, 16 Feb 2005 03:11:02 -0800
Hi,
I am trying to display the MS Calendar Bahavior in an IFRAME that is
displayed when the user clicks on an image next to the text field where I
want the date to go.
I am having trouble getting the correct date though - it always seems to
return the date that was selected prior to the Click Event wh ...
|
Problem with Print Templates
Tue, 15 Feb 2005 21:55:51 -0000
Previously we were able to use print templates with no issues. However when
we moved our printing functionality to an ActiveX exe the print templates
have ceased to work. We previously passed in a web browser control from VB
and then used QueryInterface to get an IWebBrowser2 interface and then an
IOleComm ...
|