Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthordr_pompeii
    • CommentTimeJan 31st 2007
     permalink
    hello guys

    i am using a menu that use this part of the all code

    [CODE]

    #divNav {
    background: transparent url(bk-nav.jpg) no-repeat top left;
    margin: 0;
    padding: 0; /* top botom left right*/
    height: 80px;
    width: 760px; /**/
    border: 1px green solid; /*only for test*/
    }
    [/CODE]

    well in FF and Opera works fine if i change as i wish the [b]width[/b] value
    but in IE no work and always i see the default width of the photo (has a size of 800px), how i can resolve this???

    BTW i am using

    [CODE]
    <!--[if IE 6]>
    <link rel="stylesheet" href="micssmenuIE.css" type="text/css">
    <![endif]-->
    [/CODE]

    to avoid problems

    thanks for advanced
  1.  permalink
    display:block;

    add that into the IE specific CSS code
  2.  permalink
    hello

    no work

    solution is

    overflow:hidden;

    regards
Add your comments
    Username Password
  • Format comments as (Help)