jpopielarz
Joined: Wed Oct 15, 2014 5:11 pm Posts: 6
|
 my html codes does not work in IE8 - HELP.................
SOME ONE please help
below code works in IE11 not IE8 LOOKS GREAT .hmenu a:hover { [code] behavior: url(/PIE-2.0beta1/PIE.htc); color: Black; background: -webkit-gradient(linear, 0 0, 0 40%, from(#76490A), to(#FDCF26)); background: -webkit-linear-gradient(#76490A, #FDCF26 40%); background: -moz-linear-gradient(#76490A, #FDCF26 40%); background: -ms-linear-gradient(#76490A, #FDCF26 40%); background: -o-linear-gradient(#76490A, #FDCF26 40%); background: linear-gradient(#76490A, #FDCF26 40%); -pie-background: linear-gradient(#76490A, #FDCF26 40%); -webkit-box-shadow: inset 7px -18px 49px -19px rgba(118,73,10,0.91); -moz-box-shadow: inset 7px -18px 49px -19px rgba(118,73,10,0.91); box-shadow: inset 7px -18px 49px -19px rgba(118,73,10,0.91);
}
|