Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Web Design (WordPress, Joomla, etc.) internet explorer problem

  • internet explorer problem

    Posted by Crystelle Dalla betta on March 18, 2009 at 9:55 pm

    i’m having an issue with a spry menu bar not showing correctly in IE.

    Works fine in other browsers.

    The website is Sonyaphoto.org

    The spry bar is showing as all white. You will be able to see in other browsers that it should be black with white text.

    Is there an IE fix I can use for this?

    Abraham Chaffin replied 17 years, 2 months ago 2 Members · 1 Reply
  • 1 Reply
  • Abraham Chaffin

    March 18, 2009 at 10:02 pm

    At the bottom of your CSS file you have:

    @media screen, projection
    {
    	ul.MenuBarHorizontal li.MenuBarItemIE
    	{
    		display: inline;
    		f\\loat: left;
    		background: #FFF;
    	}
    }
    

    Change it to:

    @media screen, projection
    {
    	ul.MenuBarHorizontal li.MenuBarItemIE
    	{
    		display: inline;
    		f\\loat: left;
    		background: #000;
    	}
    }
    

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy