Internet Explorer problems
i sorry have put discussion in older discussion had started, dont know how on site. put in new discusiion. if knows how can tell me how?
when test website in other browsers works how want to. when put website in internet explorer many problems of wich have fixed, last 1 has me stumped.
http://creationsmh.com/ website latest update have of site not completly updated css code below html code has not changed @ all
#about {
clear: both;
float: left;
margin-top: 30px;
margin-left: 40px;
opacity: 0.7;
filter: alpha(opacity=70); /* ie8 , ealier*/
display: block;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
#about:hover {
opacity: 1.0;
filter: alpha(opacity=100); /* ie8 , ealier*/
display: block;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
i put 1 button because have ton of different buttons. problem having when @ in ie9 links have purple outline around them know blue outline means , did change of borders nonew not of them. if @ code above see have border style none , takes away blue outline , gives me purple outline. how can stop doing this?
read through previous replies in multiple threads. more once have received suggestion add css -
a img { border: none; }
that indeed solution.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment