Results 1 to 2 of 2

Thread: Internet Explorer Menu Problems

  1. #1
    justinbaker is offline New Member: Posts Will Be Moderated
    Join Date
    Mar 2011
    Posts
    1

    Internet Explorer Menu Problems

    URL: http://upmi.org/site

    The functionality for the main navigation in the header works beautifully in FF and Chrome, but IE is giving me some trouble. I am having some javascript gurus looking at my jQuery, but I'm not sure if perhaps its the CSS that's giving me a prob.

    Am I formatting these goofy for IE, if so any tips/articles/recodes I can implement?

    Take a look at the page, and here's a sample of some CSS I used for the dropdown boxes. Maybe one of you can spot a glaring issue of the bat.

    Code:
    .mega-menu-learn {
    	width:690px;
    	height:240px;
    	z-index:5000;
    	position:relative;
    	background-color:#fff;
    	-moz-border-radius: 5px;
    	border-radius: 5px;
    	-moz-box-shadow: 0px 0px 15px #575757;
    	-webkit-box-shadow: 0px 0px 15px #575757;
    	box-shadow: 0px 0px 15px #575757;
    	top:45px;
    	left:148px;
    	padding:10px;
    	display:none;
    	border-bottom:solid 3px #eaeaea;
    And by all means, if you happen to note a jQuery issue, enlighten me and I'll research it. I know this is a markup forum, but if you see something....tell me

    Thx a billion!

  2. #2
    Join Date
    Mar 2011
    Posts
    127
    If your concern is to have shadow or radius through CSS, then you should know that only IE 9 supports "border radius" and "shadow" properties of CSS. So, there nothing you or any one can do about it since browser does not support.

    Here you can look at the IE compatibility for CSS module.

    http://msdn.microsoft.com/en-us/libr...=vs.85%29.aspx
    ServerSea – Low Cost High Quality Web Hosting & Designing
    Domain For Life– 99.9% Up time – Super Fast Servers – Backups – True 24/7 Support
    Money Back Guarantee – Special Discounts – Unlimited Downloads
    http://www.serversea.com

Similar Threads

  1. Hover Menu Problems With Internet Explorer.. Help!!
    By rmaclennan in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 22 Mar 2011, 05:58 PM
  2. INTERNET EXPLORER problems
    By CoLoMz in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 15 Apr 2010, 03:37 PM
  3. Problems with Internet Explorer
    By camdes in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 01 Jun 2006, 02:58 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •