My webpage is functioning well in Chrome and Firefox, but I'm facing compatibility issues with Internet Explorer.
I've identified several bugs related to tables and layout, however, I'm struggling to resolve the font and text-transform problems.
Can anyone offer assistance? For example, I need the menu entries on the top left to display in uppercase in IE as well. The CSS code for this entry is:
.menu-item:not(.menu-item-77) {
color: white;
text-transform: uppercase;
font-weight:normal;
margin-bottom: 4px;
border-bottom: 1px solid white;
text-decoration: none;
}
I am using WordPress with the Constructor theme.