pixelgeek
Member
Posted 7 years ago #
I have a custom theme based on Contempt 1.5. It works fine but when I view the site in IE I get a different style sheet than the one I specfied.
AFAICT the only difference is the #sidebar UL UL and #sidebar UL OL entries which are different.
There is no code to change the stylesheet and then theme only comes with a single stylesheet so how is this new CSS data being generated?
Are you sure it's the CSS being affected? IE applies styles differently to the UL and OL elements - something to do with padding and margin.
Welcome to browser incompatibilities!
pixelgeek
Member
Posted 7 years ago #
Found the problem.
I have commented out some style attributes and IE is ignoring the fact that they are commented.
I removed the attributes entirely and the issue has gone away