1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Images Problem

Discussion in 'CSS' started by greatlogix, Mar 15, 2013.

  1. #1
    I have strange problem visit this page using IE and FF/Chrome.
    http://staging.greatlogix.com/about.php
    Code (markup):
    On the right side, there should be 3 images between "Products" headings. Images are not visible in FF and Chrome. IE is showing images perfectly. What's wrong with code? Please suggest fix for it...
     
    Solved! View solution.
    greatlogix, Mar 15, 2013 IP
  2. GORF

    GORF Well-Known Member

    Messages:
    224
    Likes Received:
    21
    Best Answers:
    3
    Trophy Points:
    165
    #2
    I see the 3 images with all 3 browsers.

    Try clearing you cache in the browsers you don't see them in.
     
    GORF, Mar 15, 2013 IP
    greatlogix likes this.
  3. greatlogix

    greatlogix Active Member

    Messages:
    664
    Likes Received:
    13
    Best Answers:
    1
    Trophy Points:
    85
    #3
    Strange. Clearing cache did not work for me. See what I am getting even after clearing cache.
     

    Attached Files:

    • img.png
      img.png
      File size:
      6.2 KB
      Views:
      57
    greatlogix, Mar 15, 2013 IP
  4. wiicker95

    wiicker95 Well-Known Member

    Messages:
    438
    Likes Received:
    37
    Best Answers:
    10
    Trophy Points:
    100
    #4
    The images are showing, but... Are you sure Products is supposed to be the 4th heading? And that slogan a <p>? I don't think so.
     
    wiicker95, Mar 15, 2013 IP
  5. greatlogix

    greatlogix Active Member

    Messages:
    664
    Likes Received:
    13
    Best Answers:
    1
    Trophy Points:
    85
    #5
    Thanks @wiicker95. You are right slogan should be h2 or h3. Site is under development.

    So its not issue with CSS? What's wrong can be with browsers on my machine (Chrome & FF)?

    Edit: I am using "Web Developer" extension for chrome. It's also not showing missing image in "View Image Information"
     
    Last edited: Mar 15, 2013
    greatlogix, Mar 15, 2013 IP
  6. wiicker95

    wiicker95 Well-Known Member

    Messages:
    438
    Likes Received:
    37
    Best Answers:
    10
    Trophy Points:
    100
    #6
    Well, you may have disabled them in your extension. There is really no other reason not to work. Add an alt to each and every one of them (by the way, that is mandatory), something like alt="Product Thumbnail". If you see that text, than you disabled them in your extension, these are only content images on your website.

    --edit--

    h2 actually. You should really work on your markup.
     
    wiicker95, Mar 15, 2013 IP
  7. greatlogix

    greatlogix Active Member

    Messages:
    664
    Likes Received:
    13
    Best Answers:
    1
    Trophy Points:
    85
    #7
    [​IMG]

    I added alt and still no images :( See image. what inspect element is showing. Just <BR> tags no image tag. Hows that possible?
     

    Attached Files:

    • im.jpg
      im.jpg
      File size:
      57.6 KB
      Views:
      57
    greatlogix, Mar 15, 2013 IP
  8. abraham26

    abraham26 Member

    Messages:
    73
    Likes Received:
    6
    Best Answers:
    2
    Trophy Points:
    48
    #8
    I see 3 images with advertise here.

    Try to put full path to images (http ..www domain.com/images/myimage.png)
     
    abraham26, Mar 15, 2013 IP
    greatlogix likes this.
  9. greatlogix

    greatlogix Active Member

    Messages:
    664
    Likes Received:
    13
    Best Answers:
    1
    Trophy Points:
    85
    #9
    OMG. Everybody replying here is getting images except me. Yes I tried using 'full path'. It did not work. Now I am wondering what's wrong with my browsers :eek:
     
    greatlogix, Mar 15, 2013 IP
  10. #10
    That cannot be the issue here, since the whole element is missing.

    I guess it is some particular setting on your computer. Try adding an image elsewhere. If it still doesn't work, then it has nothing to do with the website.
     
    wiicker95, Mar 15, 2013 IP
    greatlogix likes this.
  11. greatlogix

    greatlogix Active Member

    Messages:
    664
    Likes Received:
    13
    Best Answers:
    1
    Trophy Points:
    85
    #11
    Ah! Thanks @wiicker95. I added the image on main content area and it was not visible even there. i changed the image and i can see the images now. Thanks all for your kind help. 'Likes' for you all.
    Still don't know what was wrong with image.
     
    greatlogix, Mar 15, 2013 IP
  12. dlb

    dlb Member

    Messages:
    203
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    35
    #12
    Right click > Inspect Element is all you need.
     
    dlb, Mar 16, 2013 IP