WordPress css bug in IE

I have built a webpage, it works fine in chrome, ff, but not in IE.
http://www.magyarregeszet.hu/

I have found many specific bugs about tables and layout, however I can’t seem to figure out the font and text-transform type bugs.

Read More

Can someone help me? E.g. the menu entryes on the top left should be uppercase in IE too. 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 use wordpress, and the constructor theme.

Related posts

Leave a Reply

2 comments