User Profile

Collapse

Profile Sidebar

Collapse
mbjs
mbjs
Last Activity: Oct 27 '11, 02:59 PM
Joined: Oct 26 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • thanks for ur reply.although thats not exactly what i m looking for.i have achieved the changing background color effect by using the following code.but i want my default value to disappear and reappear as well on focus and blur respectively.
    Code:
    <style type="text/css">
    body{
        background-color:#ffffff;
    }
       #searchwrapper {
       width:174px;
       height:23px;
       background-image:url(image.png);
    ...
    See more | Go to post
    Last edited by acoder; Oct 27 '11, 05:58 PM. Reason: Please use [code] tags when posting code

    Leave a comment:


  • Toggling default value and background color of a textfield on mouse click?

    I m designing a webpage where I have a searchbox.I have set a default value to the textfield and set the background color to gray.Now I want the default value to disappear as well as background color to change to white on focus.How to achieve that?Please help!
    See more | Go to post
No activity results to display
Show More
Working...