A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Popup Windows and Scroll bars

  1. #1
    Junior Member
    Join Date
    Jan 2012
    Posts
    9

    Wink Popup Windows and Scroll bars

    Morning!!

    Is there any reason why a scrollbar would not show up in a popup window? THe popup window is a dreamweaver document.

    Here is the link:
    www.photobenders.com/ftco

    If you click on the "Interior" button, and then click on any of the balusters a popup window will appear with 4 images. This popup window has no scrollbar?? It should, and I didn't do anything to tell it to "not show a scrollbar"

    The scrollbar shows up on my Mac, but does not show up on my friends Mac, nor does it show up on my PC?

    Also, I have been doing a few tests on this page on the first few balusters (trying to get around the scrollbar issue), so maybe pick the 5th baluster, rather than the first one? Or pick one of the last balusters.

    Any advise?

    Thank you!

  2. #2
    Prid - Outing Nig 13's Avatar
    Join Date
    Jul 2006
    Location
    Norway
    Posts
    1,864
    I think it has something to do with which browser version you're using, rather than the OS.

    Try adding THIS CODE in your CSS
    I am back, guys ... and finally 18 :P

    BRING BACK THE OLD DESIGN!! OR AT LEAST FIX THE AS TAGS

  3. #3
    Junior Member
    Join Date
    Jan 2012
    Posts
    9
    hi - thanks so much for your reply!! The link you sent in your response, didn't quite work, however I fixed the problem! It was as simple as adding "scrollbar=yes" to my code.. like this...

    case 'bal_1_btn':
    js.url="javascript:window.open('"+pops_array[0]+"','popper0','scrollbars=yes, toolbar=no, menubar=no, status=no, width=960,height=720');newWindow.focus(); void(0);";
    break;

    I added the scrollbar=yes right before the width and height coding! I added in the toolbar, menubar, and status as equalling NO, just incase... It works this way!

    thanks again!
    d

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center