I have a local site that i'm working on thats why I don't have a link. But my navigation shows up on all browsers except IE7 & 8. What could be the possible problem?
I know the image won't show up but I'm talking about the navigation with the id class of hovermenu. In IE its displaying it as if the container is to small and text is falling underneath itself
I have a local site that i'm working on thats why I don't have a link. But my navigation shows up on all browsers except IE7 & 8. What could be the possible problem?
Without the HTML & CSS we can't tell.
Could it be that you're using HTML5 elements without using the HTML5shiv?
Can you put it in Codepen?
http://codepen.io/anon/pen/HlAan
The images won't show up in Codepen because it needs to be hosted on a web server and linked in. I use PhotoBucket but there are others.
Also, you haven't added the classes to the navigation list items.
I know the image won't show up but I'm talking about the navigation with the id class of hovermenu. In IE its displaying it as if the container is to small and text is falling underneath itself
I think it's the structure of the list items.
Put the links inside the li tags. like you did for the navigation menu.