Monthly Archives: April 2007

textbox image alignment problem

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”}

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                                 [...]