19
Apr

textbox image alignment problem

   Posted by: Vivek Khokhar   in Ruby, css

Problem:

text_field(:member, :dob,:size=>”20″, :maxlength => “50″,:tabindex=>”22″) img_tag

Fix:

text_field(:member, :dob,:size=>”20″, :maxlength => “50″,:tabindex=>”22″) img_tag {:style=”position:absolute”}
This entry was posted on Thursday, April 19th, 2007 at 12:40 am and is filed under Ruby, css. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a reply

You must be logged in to post a comment.