Results 1 to 5 of 5

Thread: Chrome Menu and IE

  1. #1
    Join Date
    Feb 2008
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Chrome Menu and IE

    1) Script Title: Chrome CSS Drop Down Menu (v2.01)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...rome/index.htm

    3) Describe problem: Ive had experience in web design etc from a few years ago, but never attempted anything using CSS. Ive been trying to put together a website for a local church, and after coming up with a layout I was happy with, I then tried to find a CSS template I could use as a basis for the site so i could learn from it (maybe that was my first mistake.. hehe). I'm 90% happy with how it looks now, and the majority of it works in all the browsers I can test it in - the only thing I cant get to work is the Chrome Menu bit. It works fine in FF, but in IE the drop down menus disappear and become unclickable. I'm pretty much stuck for ideas now. I've tried stripping the CSS down of everything as much as I possibly can to try and eliminate any problems, but I don't want to do that too much until I fully understand whats going on!

    The address where the site is currently is: http://dev.honitoncommunitychurch.org

    I'd grateful for any help!

  2. #2
    Join Date
    Feb 2008
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Anyone?

  3. #3
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Inside chromestyle.css, you need to give the .dropmenudiv a z-index value that's a large integer, for example:

    Code:
    .dropmenudiv{
    position:absolute;
    top: 0;
    border: 1px solid #BBB; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:1000;
    "
    "
    BTW, please note that your page is currently in violation of our usage terms, since the credit notice doesn't appear inline on the page. Please reinstate the credit notice: http://www.dynamicdrive.com/notice.htm

  4. The Following User Says Thank You to ddadmin For This Useful Post:

    DCMan (02-20-2008)

  5. #4
    Join Date
    Feb 2008
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Hi - thanks for the reply..

    I do know that the credit doesnt appear in there at the moment - I had taken everything that wasnt part of the actual code out as a last resort to try and narrow down anything that could be affecting the code - but it will be back in there as soon as the site goes live..

    I'll have a look at that bit of code and report back..

    Thanks for your help!

  6. #5
    Join Date
    Feb 2008
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Yep, just added it in, and it works!

    Thanks very much!

Bookmarks

Posting Permissions

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