Re: Test code insert

  •  11-16-2009, 6:29 AM

    Re: Test code insert

    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.
     
    1. .csharpcode {   
    2.     border-right: #808080 1px solid;   
    3.     border-top: #808080 1px solid;   
    4.     overflow: auto;   
    5.     border-left: #808080 1px solid;   
    6.     width: 90%;   
    7.     color: black;   
    8.     border-bottom: #808080 1px solid;   
    9.     background: #fff;   
    10.     font: 10pt Courier New,Courier,Monospace;   
    11. }   
    12. .csharpcode pre {   
    13.     margin: 0;   
    14. }   
    15. .rem {   
    16.     color: #008000;   
    17. }   
    18. .kwrd {   
    19.     color: #00f;   
    20. }   
    21. .str {   
    22.     color: #006080;   
    23. }   
    24. .op {   
    25.     color: #0000c0;   
    26. }   
    27. .preproc {   
    28.     color: #c63;   
    29. }   
    30. .asp {   
    31.     background: #ff0;   
    32. }   
    33. .html {   
    34.     color: #800000;   
    35. }   
    36. .attr {   
    37.     color: #f00;   
    38. }   
    39. .alt {   
    40.     width: 100%;   
    41.     margin: 0;   
    42.     background: #f4f4f4;   
    43. }   
    44. .lnum {   
    45.     color: #606060;   
    46. }  
View Complete Thread