I am using the Bootstrap CSS framework. I'm noticing the oddest thing.
When I use IE8 to view the site I made (http://www.foddersystems.com/fodder-feed/alfalfa.html) the local version and the server version look different. At first I thought my CSS file or HTML code had some difference. However, I downloaded all the server files and looked at them locally and it isn't the code. Has anyone run into this? I am aware that IE doesn't like certain JS to run locally, so is this what I am running up against?
See the screenshot for differences:
- the top right nav bar menu, one version has flat solid colors
- The breadcrumb links are messed up
- there is an extra break after the slider.
Again, the local and remote code are exactly the same. I understand IE8 CSS support isn't so great. But it should look the same, right? I can live with everything except the breadcrumb issue. I really need to fix it. I have tweaked the original breadcrumb IE based on the tip on an inline block bug and also on another StackOverflow question.