Page 1 of 1

popup window with fixed header

Posted: Sun Nov 04, 2012 5:51 pm
by rammohan.acharyadasa

Hi
i need to achieve below:

  1. i should be able to see fixed header on popup window
  2. i should be able to close popup window by just clicking on the X orbutton on popupwindow
    To achieve above, i did below on popupwindow screen
    1. on load of the popupwondow event, i added below code:
      $('[name=mobileheader50]').attr('data-position','fixed')
      i tried below also
      $('div[dsid="mobilepanel1"]').attr('data-position','fixed')
      every thing works fine but when i scroll text in the popup window, header bar also scrolling.
      i want header bar to be fixed.
      i checked length of "$('div[dsid="mobilepanel1"]')" and $('[name=mobileheader50]')
      it shows as 1. that is correct
      but header is staying as fixed on the popup screen
      please help on this. do i need to add any other attribute

popup window with fixed header

Posted: Mon Nov 05, 2012 10:41 am
by Maryna Brodina

popup window with fixed header

Posted: Mon Apr 29, 2013 9:46 pm
by Joop Verbaken

This link is NOT longer valid. Any other suggestions?

http://featofdesign.com/stephen/2012/...


popup window with fixed header

Posted: Mon Apr 29, 2013 11:09 pm
by Igor

Hello.

Can you please describe what you want to do.