Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] - Path of the html file served (ie-css3.htc)
#4

[eluser]info-solution[/eluser]
Ok, it works, and you were right man!

Many thanks, here a brief tip to make things more clear.

You have to use the <base> tag as InsiteFX has written above. Than you can place the ie-css3.htc file inside the main root or inside your css folder.

You can experiment some problems but they a re well known problems with ie-css3.htc, and to avoid them it is quite simple:

Position statement:
You have to declare the position of your element inside your css file.
Code:
position: relative;
or
Code:
position: absolute;

Z-Index:
Put your z-index higher than the elements around your "rounded borders" element.
Code:
z-index:10; /* I don't like this but it make things work */

Background:
This is not a common issue but after making things work, my background was black (only for the rounded corners elements).
I have placed a statement to make it white again.
Code:
background: white;

And it works.

Thanks.


Messages In This Thread
[SOLVED] - Path of the html file served (ie-css3.htc) - by El Forum - 02-08-2012, 01:59 AM
[SOLVED] - Path of the html file served (ie-css3.htc) - by El Forum - 02-08-2012, 04:27 AM
[SOLVED] - Path of the html file served (ie-css3.htc) - by El Forum - 02-10-2012, 07:47 AM
[SOLVED] - Path of the html file served (ie-css3.htc) - by El Forum - 02-10-2012, 08:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB