Why... i can't figure this out

Discussion in 'HTML & Website Design' started by oo7ml, Mar 29, 2008.

  1. #1
    I think i am going mad... i can't figure this out... my contact form on the following url has 3 fields and for some strange reason the text in the last (message) field is different from the other two fields even though the exact same styling is applied to it.

    Can anyone figure this out... (u:admin p:mosaic1)

    thanks in advance
     
    oo7ml, Mar 29, 2008 IP
  2. arwen54

    arwen54 Active Member

    Messages:
    632
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    60
    #2
    it looks the same to me...viewing it in latest Firefox version
    :confused:
     
    arwen54, Mar 29, 2008 IP
  3. oo7ml

    oo7ml Well-Known Member

    Messages:
    656
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    105
    #3
    No... sorry if you type into the text boxes, the text you type is different
     
    oo7ml, Mar 29, 2008 IP
  4. HDaddy

    HDaddy Active Member

    Messages:
    287
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    60
    #4
    You have in the form layout div a font size of 10px

    and in the form input class a font size of 11px

    If you have only the form layouts font size, it should be inherited to the others. Try removing the form input class font size and see if that helps.
     
    HDaddy, Mar 29, 2008 IP
  5. arwen54

    arwen54 Active Member

    Messages:
    632
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    60
    #5
    oh! I see that now...
    hmmm

    try to get rid of :
    wrap="physical"
    that may do it

    where you have: <textarea tabindex="3" cols="28" rows="8" name="message" class="form_input" wrap="physical" onKeyDown="textCounter(this.form.message,this.form.remLen,1000);" onKeyUp="textCounter(this.form.message,this.form.remLen,1000); "onFocus="this.value=''; this.onfocus=null;"></textarea>
     
    arwen54, Mar 29, 2008 IP
  6. Farhan5

    Farhan5 Peon

    Messages:
    189
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    leave empty them...what held with it..
     
    Farhan5, Mar 30, 2008 IP