|
Hi - I styled a new theme and was testing it at work in IE8 and the unordered list for the main navigation was displaying vertically instead of horizontally.The on hover was still working.
After digging around for solutions I also see the same behaviour for the orchard documentation page:
http://docs.orchardproject.net/
You can also see the behaviour using:
http://netrenderer.com/index.php
I am just wondering what I did wrong with my new theme?
I had added a div (around the @Display(Model.Body), @Display(Model.Tail)) and stylesheet reference to document.cshtml in my new theme. I found moving this to layout.cshtml solved my problems with viewing in IE8. Firefox and IE9 never had any problems. I
started using Orchard 1.4.x and I am currently on 1.5.1.
|