Skip to content

Monthly Archives: April 2007

textbox image alignment problem

Problem: [code] text_field(:member, :dob,:size=>"20", :maxlength => "50",:tabindex=>"22") img_tag [/code] Fix: [code] text_field(:member, :dob,:size=>"20", :maxlength => "50",:tabindex=>"22") img_tag {:style="position:absolute"} [/code]

  • Share/Bookmark

Windows Media Player Events

Value     State     Description 0     Undefined         Windows Media Player is in an undefined state. 1     Stopped            Playback of the current media item is stopped. 2     Paused             Playback of the current media item is paused. When a media item is                     [...]

  • Share/Bookmark