IE8 :(
11 years 10 months ago #9806
by pgehle
Yes, PIE is inside the css defined.
I can give you an link by PM but I could'nt see any PM option.
I can give you an link by PM but I could'nt see any PM option.
Code:
.top {
behavior: url(js/PIE.htc);
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
/* padding-right:35px; */
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
background: #cedce7; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlZGNlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OTZhNzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #cedce7 0%, #596a72 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #cedce7 0%,#596a72 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #cedce7 0%,#596a72 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #cedce7 0%,#596a72 100%); /* IE10+ */
background: linear-gradient(to bottom, #cedce7 0%,#596a72 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-8 */
-webkit-box-shadow: 6px 6px 19px 0px ; /* WebKit */
-moz-box-shadow: 6px 6px 19px 0px ; /* Firefox */
box-shadow: 6px 6px 19px 0px ; /* Standard */
-webkit-box-shadow: 6px 6px 19px 0px #969696; /* WebKit */
-moz-box-shadow: 6px 6px 19px 0px #969696; /* Firefox */
box-shadow: 6px 6px 19px 0px #969696; /* Standard */
}
Please Log in or Create an account to join the conversation.
11 years 10 months ago #9807
by ced1870
Joomlack Webmaster and Developer
are you sure that the problem is not related to this :
please delete it and test.filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-8 */
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
11 years 10 months ago #9809
by ced1870
Joomlack Webmaster and Developer
then the problem comes from PIE, I can't do anything
but by my side I use PIE on my templates and never had this issue (but with the microsoft filter yes)
CEd
but by my side I use PIE on my templates and never had this issue (but with the microsoft filter yes)
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
11 years 10 months ago #9812
by pgehle
now I overidden the problem on IE7.
But got the same problem now with IE8 and it won't work with the css of IE7 nor IE9.
I figured out that it got cut by the div container. If i make the div container higher I can see a part of the submenu.
I tried to work with z-index but no changes
But got the same problem now with IE8 and it won't work with the css of IE7 nor IE9.
I figured out that it got cut by the div container. If i make the div container higher I can see a part of the submenu.
I tried to work with z-index but no changes
Please Log in or Create an account to join the conversation.
Time to create page: 0.226 seconds