Results 1 to 3 of 3

Thread: Mozilla VS IE

  1. #1
    Join Date
    Apr 2007
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Mozilla VS IE

    I have a problem here. I can view my design page using Mozilla align perfectly but all alignment went wrong in IE. Pls guide me how to solve this problem.

    Is it there is some problem with my CSS?

    .submenu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 170px;
    }

    .submenu ul li{
    position: relative;
    }


    .submenu ul li ul{
    position: absolute;
    width: 170px;
    top: 0;
    visibility: hidden;
    }


    .submenu ul li a{
    display: block;
    color: black;
    text-decoration: none;
    padding: 4px 5px;
    }


    .submenu ul li a:hover{
    background-color: red;
    }



    thanks

  2. #2
    Join Date
    Feb 2007
    Location
    England
    Posts
    254
    Thanks
    0
    Thanked 5 Times in 5 Posts

    Default Need more

    Give us a link to the page or all the code to the page so we know what it is affecting.


  3. #3
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    if you are posting the code be sure to wrap it in [.code] [./code] (without the periods) tags per site policy

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
  •