Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. NewBear

    Convert input field to uppercase

    I have find that we can use style- text-transform:uppercase to force user to input uppercase. But the inputted data doesn't converted. Can we use css-style to change it ? I find a style- font-variant : small-caps, it seems like the text-transform but someone get different result (the entered...
  2. NewBear

    Can we take response when click 'BACK' on IE

    Thanks, it's seems quite good. ooo O New Bear
  3. NewBear

    Can we take response when click 'BACK' on IE

    When user input something in the form but click 'BACK' on browser accidently. Can html notice that and prompt some confirmation ? Actually, I haven't see some site like this. Is it work ??? New Bear. ooo O
  4. NewBear

    CSS problem for body control

    Thanks DT and all of u. It's OK now. ^_^ New Bear OOO O
  5. NewBear

    CSS problem for body control

    Here is my css file - <style type=&quot;text/css&quot;> body { background-color: Purple; background-repeat : repeat-x; } </style> and html file - <html> <head> <LINK REL=&quot;stylesheet&quot; HREF=&quot;.\project_body.css&quot; style=&quot;text/css&quot;> </head> <body> <table>...
  6. NewBear

    CSS problem for body control

    I created a stylesheet which control <body>, <table> etc. But it doesn't work for <body> control when I link the .css file into my html. Other tag seems ok. If i put the <body> control style in the html, it's ok. What is the problem? I am new in web programming.

Part and Inventory Search

Back
Top