html-components Questions
3
I'm working with angular 10 in VSCode and everything was working fine until today.
Suddenly I can't go to definition from HTML component neither via F12, right click - Go to definition nor Ctrl+cli...
Sandysandye asked 15/1, 2021 at 14:19
1
Solved
My project's configuration is a bit complex, so I think it's more appropriate if I shared the commit state link. But, in short, somehow, in the utils.test.ts file, starting today, almost anything I...
Selfdeceit asked 12/10, 2022 at 1:57
6
Solved
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;
behavior:...
Bestrew asked 1/12, 2010 at 16:11
2
Solved
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
AddTy...
Dinar asked 22/7, 2010 at 14:10
2
Solved
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 Explor...
Fervor asked 19/7, 2010 at 15:42
3
Solved
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
{
beha...
Aesop asked 22/12, 2010 at 21:7
1
Solved
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 fil...
Broker asked 12/4, 2010 at 13:47
3
Solved
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: url(...
Obscure asked 24/10, 2009 at 11:0
1
© 2022 - 2024 — McMap. All rights reserved.