- This topic is empty.
-
AuthorPosts
-
October 13, 2012 at 5:03 pm #40271
simple1
MemberNot sure if this is the right place to ask because I really don’t know what is causing my issue with IE9. I am working on a website at a temp location:
http://www.orangecounty-hometheaterinstallation-tvinstallation.com/
I had other ie9 issues but the post regarding resolved most of my issues… but 2 issues remain:
Major Issue: Once my index page loads, I have to refresh the page for my banner images to start displaying. Is there a timing issue here, or is there a way to refresh once to get past this. This issue is only occuring with internet explorer, all other browsers work well.
Minor Issue: When I test any webpage in Expression Web the page tabs to select each page should be showing a blue background, but only line 2 text turns blue….I can live with this but what gives?…this problem shows on all browsers
October 13, 2012 at 5:30 pm #111794chrisburton
Participant@simple1 I optimized your images. Try changing out the ones you have with these to see if that fixes the issue with having to refresh the page.
October 14, 2012 at 4:44 pm #111828simple1
Memberthanks for the help. I updated the pictures but got the same result. I still had to hit the refresh button to see the pictures. What are the possible causes for having to refresh the page to see images?
October 14, 2012 at 5:39 pm #111832Senff
ParticipantNot sure if it would make much of a difference, but you might want to try and move this line to the BOTTOM of the document (right before
):
What might be happening is that you’re calling a plugin (for the image gallery?) before the rest of the page is loaded, so it’s usually better to have any libraries and plugins in the header of the document, and then actually calling the jQuery functions at the end.
Also, calling this file gives a 404 error: http://www.orangecounty-hometheaterinstallation-tvinstallation.com/js/jquery.cycle.all.min.js
October 16, 2012 at 12:10 pm #111999simple1
MemberUnfortunately that did not help. From reading other posts I think this is an ie9 bug and microsoft is not aware of it. Assuming this is a bug is there a way to patch?
refresh page once in script
“if ie9 then???”
October 16, 2012 at 1:47 pm #112002Senff
ParticipantHaving a bit of trouble finding where you call the script that calls the image effects (featured?) plugin. Normally I would expect something at the bottom of the file that look something like this:
$(document).ready(function() {
$(‘#featured’).slider();
});….or something like that, but I don’t see that anywhere. So whatever plugin you’re using, the call should be at the bottom.
I think.
-
AuthorPosts
- The forum ‘CSS’ is closed to new topics and replies.