Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
3answers
7k views

What is difference between .htc and .js file?

What is difference between .htc and .js file? Can we convert any .htc file to a .js file? The problem is if we use htc to make png fixes, then we add htc to css file using body { behavior: ...
5
votes
1answer
828 views

Why does CSS3Pie + Prototype 1.6.1 crash Internet Explorer 8

I'm trying to understand why Css3Pie used in conjunction with Prototype 1.6.1 crashes Internet Explorer 8. Why is this happening? Relevant information CSS3Pie [source code] is an Internet Explorer ...
4
votes
4answers
1k views

Remove/reset CSS behavior property

Is it possible to remove the IE-specific behavior CSS property via a more specific rule or the !important declaration? Example: .a-rule { behavior: url(/some.htc); } .a-rule.more-specific { ...
4
votes
1answer
205 views

can't load .htc in mode https

I used .htc to make rounded corner on IE. it only working with http but it not working in mode https. please help me. Thanks Here is my code: #main .sidebar .videos .grey-box { padding: 5px; ...
4
votes
1answer
363 views

Do .htc style behaviours still work if javascript is disabled?

Do .htc style behaviours still work if javascript is disabled? I'd like to use whatever:hover to create some css only drodpowns and would like to know if IE will still pay attention to the htc file ...
3
votes
4answers
7k views

Using CSS3Pie htc for border-radius in IE8

I'm using the CSS3Pie htc file to enable border-radius in IE8, but I'm getting no effect. My CSS is: button { border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; ...
2
votes
1answer
126 views

Why DHTML behavior not work in IE8 if document.write is executed in <head>?

We have a 3rd party web application which works on in IE6, but not works in IE8. The sample code is like below, the "message from .htc" message will popup in IE6, but not popup in IE8. test.html ...
2
votes
1answer
144 views

Why is IE using styles from media=print CSS?

I have the following HTML where there is a DHTML behavior added to the CSS class. When the code is written in the following way, Internet Explorer (version 8 in compatibility mode) reads the @media ...
2
votes
1answer
311 views

Are .htc files (like CSS3Pie or border-radius.htc) active-x controls?

I'm trying to find a quick (even dirty if needed) solution to implement rounded corners into a client space for my company. Security and IT team tells me that border-radius.htc ...
1
vote
1answer
87 views

How to scroll past the last link in a HTMLComponent (LWUIT 1.5)?

How can I scroll past the last link in a HTMLComponent? I am using LWUIT 1.5. Moreover if the link spans over multiple lines, it stops on the first line, so the whole link is not visible. HTML file ...
1
vote
1answer
101 views

LWUIT HtmlComponent render local image

I want to render content that i have created locally using html component and put image in this html also by putting image in res folder in jar, i tried <img src='images/down.png'></img> ...
1
vote
2answers
109 views

What kind of SSL implementation do I go for?

I am currently testing the waters of SSL, and am new to the SSL stuff. As a part of my research, I came across two different implementations of SSL in the java space. First, let me state my ...
1
vote
2answers
319 views

Problem with a ZK Theme and IE Behavior (.htc) content-type

BASIC QUESTION: Is there a way to set the mime-type (content-type) of elements inside a jar that are pulled into a ZK theme? Extended background (already posted to ZK Forums with no response) We ...
1
vote
1answer
316 views

CSS with .htc behavior file and virtual subdomain

I'm interested in using border-radius.htc or css3pie.htc in my stylesheet to enable newer CSS3 abilities in older versions of Internet Explorer. Unfortunately, MSIE requires that the .htc behavior ...
1
vote
1answer
274 views

Turn a .htc file's contents into 'regular' Javascript

I have a .htc file whose behaviour is attached to a div in my page (div#test). Within the file, there is a tag at the top, setting up the behaviour: <PUBLIC:ATTACH EVENT="ondocumentready" ...
1
vote
1answer
348 views

Getting CSS3 PIE.htc to show up in child elements when used on parent element

So I'm using PIE.htc from http://css3pie.com/ and using it on a parent element div#page-contents, as well as some elements inside that (dl.mainfeatures, div#login-stuff, etc.). On IE 8 (haven't tested ...
1
vote
1answer
409 views

How can I get IE7 to see an HTC file in the same directory as my CSS?

The web design company I work for has a development side, and a published side for their client sites. For dev sites, the CSS is stored in a directory such as ...
1
vote
2answers
2k views

border-radius.htc support for hiding/showing divs?

I'm using border-radius.htc to simulate the border-radius CSS property in IE. It works fine, but I want to show and hide a div with rounded corners. The problem is that the border-radius.htc does ...
1
vote
1answer
587 views

IE VBScript HTC Behavior - Static Variables between all Instances of Behavior?

I'm not 100% sure what question I should ask - as I'm too sure on the best way to do this .. so let me describe what I'm trying to do (using a simplified example) and we'll go from there. You have ...
1
vote
2answers
3k views

webservice.htc, moz-behaviors and Firefox 3

Whilst trying to get our app working in Firefox (I'm a big proponent of X-Browser support but our lead dev is resisting me saying IE is good enough). So I'm doing a little side project to see how much ...
0
votes
2answers
93 views

LWUIT HTMLComponent shows question marks on some samsung models

I'm creating a mobile app using LWUIT. I used HTMLComponent to show help text to user. Note that the help language is Farsi (which uses Arabic letters). On most handsets it works fine but on others ...
0
votes
2answers
220 views

CSS problem, showing unexpected background repeat in Internet explorer

I have a class which is used to show correct message. This class works great in all browser, except I found error in Internet Explorer 8. .success{ border:#060 1px solid; margin-left:25%; ...
0
votes
2answers
298 views

call .htc file from all html pages withot adding url domain

In that same CSS rule, add the following style line: behavior: url(path/to/PIE.htc); Of course you will need to adjust the path to match where you uploaded PIE.htc in step 2. Note: this path is ...
0
votes
0answers
34 views

To view properly the formated text and picture in a fixed size html container with content read from a HTML page

I have an book-reader AIR application in which I have a fixed size book viewing html container for reading books. I need to display the content of a book, which is in multiple html page, into this ...
0
votes
1answer
524 views

IE8 rounded corners issue

I've encountered odd problems with rounded corners in IE8. .htc file was used and http://wpdev.net78.net/ looks OK in IE8, however there's a problem with 2 of the corners - 1st is under TEST link and ...
0
votes
1answer
233 views

Javascript - htc behavior has no effect on newly created elements

I'm trying to identify objects in javascript. My problem is, that msie DOM nodes are not instances of any Object descendant, so I cannot set or get property on such an instance. I'm trying to make a ...
0
votes
1answer
431 views

How to call webservice using javascript

I am using below code to call webservice using javascript: <head> <title>Untitled Page</title> <script type="text/javascript" language="JavaScript"> service = ...
0
votes
2answers
182 views

HTML Components (htc)

Can any one suggest me a good tutorial or book for learning HTML Components (htc) ?
0
votes
1answer
333 views

How to set a content-type for a specific file with Rack?

I want to have Rack serve a specific file with a specific content type. It's a .htc file and it needs to be served as text/x-component so that IE will recognize it. In apache I would just do AddType ...
0
votes
2answers
369 views

How to convert any .htc file into .js file?

How can I convert any .htc file into .js and use the resulting JavaScript? For example, this is a .htc file: http://curved-corner.googlecode.com/files/border-radius.htc. I want to convert it into ...
0
votes
1answer
617 views

Comparing performance - htc vs jQuery

I have a (IE only) web app which now uses htc to render html widgets. I am considering migrating the app to jQuery. How does the performance compare between htc and jQuery.