|
-
September 23rd, 2008, 01:47 PM
#2
Re: How to install an extention in IE via code
if you are talking about real broser extensions:
- http://www.enhanceie.com/ie/dev.asp
- http://msdn.microsoft.com/en-us/libr...87(VS.85).aspx
Tho this is not js related question then.
If it's IE behavior you are talking it's done via css normally:
Code:
body {behavior:url(styles/csshover2.htc);}
//where csshover2.htc is a js file overriding IE behavior for certain events
Wanna install linux on a vacuum cleaner. Could anyone tell me which distro sucks better?
I had a nightmare last night. I was dreaming that I’m 64-bit and my blanket is 32-bit and I couldn’t cover myself with it, so I’ve spent the whole night freezing. And in the morning I find that my blanket just had fallen off the bed. =S (from: bash.org.ru)
//always looking for job opportunities in AU/NZ/US/CA/Europe :P
willCodeForFood(Arrays.asList("Java","PHP","C++","bash","Assembler","XML","XHTML","CSS","JS","PL/SQL"));
USE [code] TAGS! Read this FAQ if you are new here. If this post was helpful, please rate it!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|