I have an IE7 CSS issue. I have setup a demo in jsfiddle, but basically I have a tabbed menu setup with rounded corners on the tabs (no rounded corners shown in jsfiddle). The rounded corners are floated left and right.
Everything works great in FF and Chrome, but in IE7 the floated elements are causing the tabs to consume the entire width. I have tried numerous things, overflow: hidden, position, display, etc… but I just can’t work it out!
Any help appreciated.
I would just set the corner elements to
display: absolute;and the containers toposition: relativeif needed. That should work.Simple demo on jsFiddle: http://jsfiddle.net/ZSpjk/1/