Website Colours

Discussion in 'Website, Graphic Design & SEO' started by sladmin, May 4, 2007.

  1. sladmin CSNM Reseller

    Hi guys,

    Got a bit of a problem with colours at the mo. I keep getting the wrong colours. To see what I mean go to this webpage in both FireFox and IE7 and you'll see what I mean.

    Can anyone help me out here because IE7 drives me nuts yet I have to build sites that are compatible with most browsers.

    Go FIREFOX that's what I say!! :D

    Thanks in advance.
  2. Nick Irvine Secretly the main man

    Oooh yeah a big difference. Looks much much nicer in FF. Although I prefer the nav bar in ie.

    Maybe you could make the mainbackground one long thin image rather than just one background image at the bottom and black for the top half (i guess thats what you've done) That may solve the main background problem
  3. sladmin CSNM Reseller

    Thanks for the reply Nick, Problem is if I create this image then what happens if the page become to long?

    I just can't understand why two browsers display colour differently when they have exactly the same value. Why can't they use the same colours? :glare:
  4. Ben Collier CSNM Customer

    Are you using web palette colours!!!???

    or color...

    Ben
  5. sladmin CSNM Reseller

    The grey is a web safe colour; code: #333333. I always seem to get this problem in IE. Also the image at the bottom is a PNG, not sure whether this should be a different format? I always thought PNG was the best type to use for the web.
  6. jim CSNM Customer

    Hmmm, your background image, are you displaying a different height to the 'actual' image height by any chance. That aside the 'grey' is much darker in ff and so blends the bg image better.

    Apart from using a different colour combination I have no idea how you solve it, but you have my commiserations.

    I've always used jpegs or gifs because of the size difference and it's hard to see a difference anyway on screen.

    Just my 2c

    Jim
  7. delie Guest

    Without delving too deep, a quick fix would be to use a 1x1 pixel image of the same colour & image format as a repeating background image, instead of the background colour. If this doesn't fix it I'd guess there's probably something else going on with the syling somewhere :)
  8. Andrew Taylor CS New Media Staff

    You have two different references to the background image which can't help:

    PHP:
    <style type="text/css">
    <!--
    body {
        
    background-repeatrepeat-x;
    }
    -->
    </
    style>
    PHP:
    body {
        
    margin-left0px;
        
    margin-right0px;
        
    margin-bottom0px;
        
    background-color#333333;
        
    margin-top0px;
        
    background-imageurl();
        
    background-repeatrepeat;
    }
  9. sladmin CSNM Reseller

    Hi,

    Thanks for all your help but I've fixed it now. Funny thing is the fix I used has happened before. It seems that IE wants to display PNG's different to FireFox. What I've done is changed the image to a GIF and now all is fine. Isn't that odd!? :blink:
  10. Nick Irvine Secretly the main man

    That is odd about the png, that must be an ie 7 problem cos I haven't noticed it in the past.
  11. Ben Collier CSNM Customer

    Well IE6 can't handle transparent PNGs I know that! If anything alot of issues are fixed in IE7 with PNG!!

    Ben
  12. sladmin CSNM Reseller

    Well maybe it's the Photoshop settings I currently have at the mo but I know it fixed it lol
  13. delie Guest

    One thing to check, make sure you're using SRGB in PhotoShop, because using AdobeRGB can result in desaturated images when displayed on websites.
  14. siphilp CSNM Customer

    Just from a usability angle if you turn off css then you can't see the text. see attachment. (hope it helps)

    I usually try to stay away from dark themes but I like the top nav. Very nice :)

    Attached Files:

Share This Page