the orange banner in the background that extends 100% of the browser window width doesn't show up in IE 7. I have the orange bar in a blank div, absolutely positioned. It works fine in safari, FF, IE8 and opera. It may in fact be showing up, but with a left margin... if you need more code let me know.
don;t look at it in IE6, transparency issues screw it up to hell, will be redoing some aspect of that later.
sorry dude but ur site looks fine to me in IE7 .....the orange bar also appears fine to me ......i compared the site in firefox3.0.10 and IE7. ....its fine :D
http://haystackneedledesign.com/sites/a ... ?page=home
the orange banner in the background that extends 100% of the browser window width doesn't show up in IE 7. I have the orange bar in a blank div, absolutely positioned. It works fine in safari, FF, IE8 and opera. It may in fact be showing up, but with a left margin... if you need more code let me know.
don;t look at it in IE6, transparency issues screw it up to hell, will be redoing some aspect of that later.
here is the css for the orange bar.
#orangebar {background:url(images/orangebg.png) repeat-x 0 0;
width:100%;
height:108px;
margin:0px;
top: 124px;
position: absolute;
z-index: -1;
}
left:0px
and it was all good.