Question:
Why won't my images show up on my webpage in Firefox but they will in Safari?
Laura
2012-07-21 22:13:30 UTC
So, i have been building my own portfolio website because i am a graphic designer. I just recently finished codeing it with html and css. When i open the site in Safari every thumbnail image appears on my browser but, than i tried on firefox and only 5 of the images appeared and i have been getting reports that internet explorer is showing red X's for where the thembnails should be.
I have uploaded everything on my website LAURANICOLEDESIGNS.COM If you try loading it in safari and firefox you will notice the difference. I have a feeling it has to do with my CSS codeing and the margin tag. I know everything is labeled correctly because all the images do appear in Safari. Here is some of my css code:
ul.logotwo a img {
margin: -500px 0px 450px 740px;
}
ul.logotwo a:hover img {
-webkit-transform: scale(1.35);
-moz-transform: scale(1.35);
-o-transform: scale(1.35);
transform: scale(1.35);
}
ul.logothree a img {
margin: -480px 0px 450px 685px;
}
ul.logothree a:hover img {
-webkit-transform: scale(1.35);
-moz-transform: scale(1.35);
-o-transform: scale(1.35);
transform: scale(1.35);
}
You can view the rest in source code. There must be a better way to position my thumbnails than the margin tag i am using. Please Help!
Three answers:
AnalProgrammer
2012-07-21 23:01:07 UTC
In firefox.

Click on Tools -> Web Developer -> Error Console.

Clear all the errors.

Refresh your web page.

Now return to the erro console. There will now be a list of errors for your page.



Have fun.
galt_57
2012-07-21 22:39:44 UTC
I would check the exact capitalization of the filenames, verify they have the correct extensions, and perhaps try leading slashes or dot-slashes.
gottardo
2016-10-13 06:44:15 UTC
to repair your internet explorer, you are going to be able to desire to suited click the icon, decide on properties, and choose the final tab the place you will get admission to the stepped forward each and all of the settings to your internet explorer...the main 3 you're after (those could desire to be verify-marked of their determination packing bins) are: #a million:tutor image get carry of place HOLDERS #2:PRINT historic past colorations #3: tension OFF-exhibit COMPOSITING EVEN under TERMINAL SERVER... based upon your working gadget, you are going to be able to desire to set a default browser, and definite you will could desire to % one as your standard browser....stable success!!!


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...