I am having rollover issues on IE8 for boxes remaining after rolling off main top navgations:
http://www.conversantmedia.com/
above is my website, it was working fine a few months ago in IE8 and I have not adjusted anything in the main nav and cannot seem to figure out why this is happening using the IE debugger tools.
Any assistance would be most appreciated.
Related
My Boostrap framework is working fine on Chrome and Safari. It also is mostly on Explorer and Firefox. However, in Explorer and Firefox, a couple of images on interior pages appear to have an offset applied. The issue will be apparent when viewing the pages:
notagamebook.com/the-author-2
notagamebook.com/excerpts
I have been unable to find anyone else who has encountered the same issue. And I realize a manual fix won't be all that difficult, but I would like to keep the images in the framework and figure out what is happening in case it occurs again in the future.
EDIT
After attempting to fix this issue manually, I have realized it is NOT a Bootstrap issue. Firefox and Explorer are pushing the first piece of content following the page label to the right. It did so even when coding outside of the Bootstrap framework. I tried putting a piece of text as the first item and got the same result.
I've found the solution to this problem: There was a difference in the bottom margin being applied to the title in Explorer and Firefox, pushing the content to the right of the title div.
Since yesterday..the latest updates..scrolling select lists seems to have a "snap-to-grid" effect. In other words it's not smooth scrolling anymore. Scrolling jumps 5 items at a time. It is worse on FF than IE. Don't know how I lost smooth scrolling in select lists formatted with Chosen.
Conferred with Chosen/Github support. Scrolling their example homepage works perfectly.
Issue posted with project/chosen on Drupal. No response yet.
I'm using Drupal D7.26 and the latest project/chosen 7.x-2.0-beta4.
I also reloaded a backup of my site from before this latest update and scrolling works fine. I'm at a loss.
Update...
Scrolling their example homepage does NOT work perfectly. Even there its choppy.
The issue was confirmed by a moderator a month ago. No fix or info since.
I have built the following page a while ago: http://www.cnplumbingandheating.co.uk/#page=about
However, the ID card (images/id-card.png) disappears in Firefox, although behaves as intended in Chrome, Safari and Opera. It was working in Firefox some time ago, and I have not edited the files or code since, yet this bug has appeared...
Can anybody shed any light as to what might be the cause, particularly if you cannot replicate it?
NOTE: The image reappears if you hover over it, but disappears on mouseout. There is no CSS/JS affecting this (as far as I can see).
I can't replicate the problem. I think it's working fine. Maybe a caching issue.
Anyway have a look. This is what i see when the page loads:
and this is when i hover the id card:
It seems it works well. By the way, nice website.
I have this dropdown menu that works fine in ie 10 compatibility mode for ie 7 and ie 9, but not for ie 8, it simply won't show. So I was wondering if this is a problem that targets ie 8 but not ie 7 or if there is some sort of bug in ie 10's compatibility mode.
Could someone please check this using ie8?
It's the blue bar, below the banner.
Thanks.
I am seeing the same issue. My dropdown menu is not working reliably. It kind of half works if I click the page around it, but doesn't appear all at once. If I switch to ie7 or ie9 document mode, it works fine (as it does in non-ie browsers). Really frustrating. Unfortunately, the page I'm working on includes the meta-tag that forces ie8 document mode. All indications are that this is in fact an IE10 bug. I would be delighted to hear if anyone is aware of a solution.
I've just finished my personal website. Everything is good with all modern browsers but I have just a little problem with internet explorer 8/7. My website is based on feeds from all my social network all posts are performed with masonry brick and infinite scroll, so the pagination is hidden. In IE the css style disappear just in the first page of my content and masonry doesn't work good until the second page is arrived. Are there anyone who can help me to find the error? IE doesn't serve useful tools to check it out so I need someone helps me please!!! Thanks to every one!
The reason why your formatting is broken in Internet Explorer 7 and 8 is because you're using the article element; which isn't natively understood in versions of Internet Explorer prior to 9.
I dropped in the HTML5Shim (which creates some support for HTML5 elements) and refreshed your page - it solved the issue(s).