• Hi
    I have a problem with ie browser not showing my sidebar menu. All other browsers show it perfectly.

    Ie does not show any of the shading, images or correct alignment.
    I have messed around trying to change my css but no luck. If anyone has any ideas about this It would be great to hear from you.

    Regards
    website is https://caytoncommercials.co.uk
    Al

Viewing 1 replies (of 1 total)
  • Thread Starter ourwebdesignerq

    (@ourwebdesignerq)

    update: ok i found out that ie does not recognize <aside> so have added some javascript to solve this and that is working now.

    <script type=”text/javascript”>
    document.createElement (‘aside’);
    </script>

    Now all I have to do is solve the problem of the menu current page not displaying properly. (when i am on a page the menu item for that page looses its css)

Viewing 1 replies (of 1 total)
  • The topic ‘WordPress menu does not show in ie (all other browser show it)’ is closed to new replies.