Results 1 to 7 of 7

Thread: Image displayes different in different browsers!Help
      
   

  1. #1
    sinisa72@gmail.com is offline Second Lieutenant
    Join Date
    Aug 2007
    Posts
    137

    Default Image displayes different in different browsers!Help

    Hello My website is www.vullcanairbrush.com
    I have recently posted my website and the problem I am facing now is that
    images are seen different in internet explorer than in Mozilla Firefox.

    I Do not know how to fix this and my website looks cheap in the internet explorer browser Besides bluevoda brags as WYSIWYG therefore no fear or maybe it is not so...
    I have performed all my viewings in Mozilla Firefox never thinking that website could be displayed anything different in other browsers.
    Need advice please

    Sinisa

  2. #2
    mwalsh62's Avatar
    mwalsh62 is offline Major
    Join Date
    Jul 2007
    Location
    U.S.A
    Posts
    426

    Default Re: Image displayes different in different browsers!Help

    Exactly what differences are you seeing? I'm not as intimate with your site as you, but I viewed index and "Micron Series" pages, in both IE and FF, saw no discernable change. Not even the typical text drops.

  3. #3
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Image displayes different in different browsers!Help

    Hi, Ditto with above. Images looked good to me.
    Couple of other small things that you may want to have a look at. This image http://www.vullcanairbrush.com/1119c.bmp is at about 244kb & there others that are similar at only 30kb.

    You seem to have an index page, but also have a http://www.vullcanairbrush.com/index.html which isn’t really correct. You should be able to link back to the home page with a http://www.vullcanairbrush.com link.

    Besides that, the site is coming on real well.

  4. #4
    sinisa72@gmail.com is offline Second Lieutenant
    Join Date
    Aug 2007
    Posts
    137

    Default Re: Image displayes different in different browsers!Help

    Dear Chris/Mike,
    I have actually had a problem with images earlier and still do for instance the http://www.vullcanairbrush.com/dominion.html the image shows different in the IE than in Firefox but I solved that by saving both images in the same format on other pages .
    However http://www.vullcanairbrush.com/ the "Go" button shows different in the IE than in Firefox it looks terrible .Please help.
    Sinisa
    P.S. I wont be changing the pages for day or two so you will be able to see them

  5. #5
    sinisa72@gmail.com is offline Second Lieutenant
    Join Date
    Aug 2007
    Posts
    137

    Default Re: Image displayes different in different browsers!Help

    Here is another good one on the "Contact us" page.
    By default the box background is white/transparent but in the IE they are yellow. I tried making boxes white but of no avail, IE is simply not cooperating
    Sinisa

  6. #6
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: Image displayes different in different browsers!Help

    Hi, not sure on the button. Naval would be best on this one as it’s a form.
    On the yellow backgrounds on the contact page. Do you have a Google bar or similar that has an auto fill button for forms? I believe it’s this that render's the field areas to yellow. I believe & stand corrected. That you have to have a Google bar for IE & FF to correct this.

  7. #7
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: Image displayes different in different browsers!Help

    The main problem I have had in the past with images being different in IE with Firefox is that IE does not support most color. There as colors know as web-safe colors. (heres a link to a list http://en.wikipedia.org/wiki/Web_colors#Color_Table)

    Starting with the basics HTML colors are determined by a mixture of 3 colors, RGB (red green blue). There are 256 possible shades for each, 1.67 million+ combinations in total. They use what is called Hex to represent the number for each. Hex is just a different number system, instead of a normal number system that is base 10 (you count from 0-9 before reseting the last digit to 0 and adding one to the left) hex is base 16, it goes from 0-9, then A-F...

    Anyway, basically a HTML color code in hex looks like "0F3B29", web safe colors are colors in multiples of 51 (256 divided by 6 = 51), which gives 6 shades for each 3 colors, giving you 216. So it basically goes "000000", "3300000", "660000" and so on, you get to numbers like "6699CC", or "6633FF".. all the way to "FFFFFF". So any multiple of 51 in hex which is 00,33,66,99,CC, & FF.

    So these are the web-safe color combinations the IE will display correctly, if you images have other colors that are not websafe they may not display correctly in IE. FF supports all possible combinations and will display them correctly.

    Sorry for going into so much detail, but I figured it might help to understand.

    There isn't much you can do about it, if you have an image that has any effects like gradients, shading, etc anything that just solid colors then its not feasible to only use web safe colors on it. If you have just solid colors (for things like borders, logos, etc) then you can try to use just web safe colors and it should display the same in both browsers.

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49