1) this is applied to navbar-inner - (this should show in ie7/8/9 it does for me)
progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0) removing it makes it white. dont apply the following mixin if your using less #gradient > .vertical(@navbarBackgroundHighlight, @navbarBackground); 2) max-width: 100% is causing the issue - S On 8 February 2012 21:32, tom12010 <[email protected]> wrote: > Opening practice/development page in IE9 shows navbar.inner as black > despite having set it to be colored white in style.css -- this works > properly in all but IE9 -- what causes this?? > > http://visualwave.com/bootstrap to see what it looks like -- I cannot > figure out why/where the black is coming from for navbar.inner... > > Fair amount of customizing with the navbar -- color, padding, etc. -- > see style.css. > No changes to scripts etc. -- they are all disabled to make the page > load faster for now. > > 2) IE8 display issues with navbar -- things out of place, squooshed up > etc. -- why?? I get this when using F12 developer tools in IE9. > > Thank you, Tom > > P.S. Also posted this in Github because perhaps others have the same > problem...
