I am experiencing issues only with Internet Explorer 8.
As a newcomer, I am unsure why the link I added to my website is not working properly:
Website When you click "Candidaturas" in IE8, you will notice that the text is broken and the styles are not displaying correctly. However, it works fine in IE9, Firefox, Chrome, and Safari. I'm puzzled as to why this is happening.
div#candidaturas div#content div#columna h8 {
margin : 0;
padding : 0;
text-align : left;
font-family : Arial;
font-size : 11px;
font-variant : normal;
color : #555;
}
div#candidaturas div#content div#columna h7 {
text-align : left;
font-family : Arial;
font-size : 14px;
font-weight : bold;
font-variant : normal;
color : #ff6b00;
}
Can anyone provide some assistance?
Thanks in advance!