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*/
}
well in FF and Opera works fine if i change as i wish the
width 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]-->
to avoid problems
thanks for advanced