Results 1 to 2 of 2

Thread: CSS not working in IE6

  1. #1
    Join Date
    Apr 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CSS not working in IE6

    Hi All,

    Can any expertist help in my CSS and JQuery coding which i downloaded from http://www.dynamicdrive.com/style/cs...line_tabs/P10/.

    It work perfectly at IE7

    http://picasaweb.google.com/lh/photo...eat=directlink



    but when i browse it from IE 6 the dropdown menu change in vertical orientation like image below:http://picasaweb.google.com/lh/photo...eat=directlink

    can anyone help in this?

    Thank you.

  2. #2
    Join Date
    Apr 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi ALL,

    I had solve the problem by adding display:inline; at


    .droplinetabs ul li ul li a span
    {
    background: #CC0000; /*sub menu background color */
    width:100%;
    height:100%;
    border-right:1px inset #ffffff;
    white-space:nowrap;
    display: inline;
    }

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
  •