Need some CSS help

Discussion in 'CSS' started by mikelbeck, Jun 3, 2007.

  1. #1
    I can't figure this one out...

    Have a look at this page: http://www.wizzah.com/wireless-store.php?page=3

    In the center box, there is a description of each item. To the left of that description is supposed to be a small image of that item, but I can't seem to get them to be displayed properly. Also, down at the bottom of the page is supposed to be a link that says "Previous Page" but all that is showing up is "_".

    I'm baffled. Can somebody have a look and see if you can tell what's going on?
     
    mikelbeck, Jun 3, 2007 IP
  2. Deano

    Deano Sail away with me.

    Messages:
    890
    Likes Received:
    41
    Best Answers:
    0
    Trophy Points:
    0
    #2
    everything looks fine to me :) (ie7)
     
    Deano, Jun 3, 2007 IP
  3. mikelbeck

    mikelbeck Well-Known Member

    Messages:
    790
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    108
    #3
    You see pics to the left of the descriptions? I tried it with IE6, I don't see "Next Page" or "Previous Page" at the bottom, and no images by the descriptions. With Firefox I see "Next Page" but no images.
     
    mikelbeck, Jun 3, 2007 IP
  4. duilen

    duilen Active Member

    Messages:
    354
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    58
    #4
    The reason you can't see the images is because you have a white background set to almost every element. If you remove the bg in this element it should allow you to see the images.

    .store_cell_description {
    position: relative;
    background:#fff;
    width: 70%;
    height: 150px;
    border: 0px;
    }
     
    duilen, Jun 3, 2007 IP
  5. mikelbeck

    mikelbeck Well-Known Member

    Messages:
    790
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    108
    #5
    Geez, that was stupid of me. ;-)

    Thanks, it looks much better now that I can see the text and pictures on my page!
     
    mikelbeck, Jun 3, 2007 IP
  6. mikelbeck

    mikelbeck Well-Known Member

    Messages:
    790
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    108
    #6
    Well, it's getting better. I can see the images and "previous/next" now... but in IE, when I hover over a link, I get a line shown over it. Any idea why that's happening?
     
    mikelbeck, Jun 3, 2007 IP
  7. CarlosP

    CarlosP Peon

    Messages:
    142
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I can see links and images on FF and IE7, everything looks fine.
     
    CarlosP, Jun 3, 2007 IP
  8. Deano

    Deano Sail away with me.

    Messages:
    890
    Likes Received:
    41
    Best Answers:
    0
    Trophy Points:
    0
    #8
    yeah looks fine in ie7, no underline, guess you corrected it
    (removed underline from

    a:hover {
    text-decoration:none;
    font-weight:bold;
    color: #006599;
    }

    I'd probably change your colour on the visited links section (if you visit a page, it now looks the same colour as an original link but has no hover colour.)
     
    Deano, Jun 4, 2007 IP
  9. mikelbeck

    mikelbeck Well-Known Member

    Messages:
    790
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    108
    #9
    I didn't change anything from last night to today, but today I don't see the images again and the line above the links is gone. I'm on IE6 today...
     
    mikelbeck, Jun 4, 2007 IP
  10. Deano

    Deano Sail away with me.

    Messages:
    890
    Likes Received:
    41
    Best Answers:
    0
    Trophy Points:
    0
    #10
    It all looks fine on firefox and IE7

    I can't go back to IE6 maybe someone who still has it can help you out. IE6 is known to have many CSS flaws.
     
    Deano, Jun 4, 2007 IP