Urgent help gratefully accepted!

Discussion in 'CSS' started by MattUK, Oct 13, 2006.

  1. #1
    MattUK, Oct 13, 2006 IP
  2. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Had a look and I have no idea but worth trying:

    1. Set an absolute path to the image in the CSS here:

    
    .submitbutton {
    
      width: 64px;
    
      height: 27px;
    
      margin: 0;
    
      padding: 0;
    
      border: 0;
    
      background: transparent url(images/submit.gif) no-repeat center top;
    
      text-indent: -1000em;
    
      cursor: pointer; /* hand-shaped cursor */
    
      cursor: hand; /* for IE 5.x */
    
    }
    
    Code (markup):
    2. Give it an Alt/Title tag aso at least something might show instead of nothing at all.

    But that's out of desparation really...
     
    T0PS3O, Oct 13, 2006 IP
  3. MattUK

    MattUK Notable Member

    Messages:
    6,950
    Likes Received:
    377
    Best Answers:
    0
    Trophy Points:
    275
    #3
    Cheers, I'll give it a try :)

    No luck with that :(

    Not sure what was causing it at all, I removed the class from the button entirely and at least it's showing up now
     
    MattUK, Oct 13, 2006 IP
  4. Rage

    Rage Well-Known Member

    Messages:
    3,062
    Likes Received:
    122
    Best Answers:
    0
    Trophy Points:
    190
    #4
    hey buddy...

    why dont you use a Image as a button ? a button image will be a good idea for you.

    Rage.
     
    Rage, Oct 13, 2006 IP
  5. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #5
    It was an image, but it didn't work.

    For time pressed situations like this I have an account at ExpertsExchange. With some money behind it, solutions pop up very fast.
     
    T0PS3O, Oct 13, 2006 IP
  6. MattUK

    MattUK Notable Member

    Messages:
    6,950
    Likes Received:
    377
    Best Answers:
    0
    Trophy Points:
    275
    #6
    Cheers mate, the client was happy that it worked in the end so hopefully they'll start using us for their web design in future ;)
     
    MattUK, Oct 13, 2006 IP