Ken,
I fixed it. In another stylesheet I had some conflicting styles. After I removed those I no longer have that strange ordening in IE.
- .csharpcode {
- border-right: #808080 1px solid;
- border-top: #808080 1px solid;
- overflow: auto;
- border-left: #808080 1px solid;
- width: 90%;
- color: black;
- border-bottom: #808080 1px solid;
- background: #fff;
- font: 10pt Courier New,Courier,Monospace;
- }
- .csharpcode pre {
- margin: 0;
- }
- .rem {
- color: #008000;
- }
- .kwrd {
- color: #00f;
- }
- .str {
- color: #006080;
- }
- .op {
- color: #0000c0;
- }
- .preproc {
- color: #c63;
- }
- .asp {
- background: #ff0;
- }
- .html {
- color: #800000;
- }
- .attr {
- color: #f00;
- }
- .alt {
- width: 100%;
- margin: 0;
- background: #f4f4f4;
- }
- .lnum {
- color: #606060;
- }