Hello there! Welcome to Youjoomla Support Forums

We are Web Development Company specializing in Joomla Templates , Joomla Extensions and WordPress Themes development . You are not able to see some forum threads due to your memberhip level. To unlock all forums and special customer support please take few moments to signup . If you are just searching for free joomla templates , or free joomla extension support simply head to our Free Joomla Support forums and open a new thread. Our moderators will help you as soon as possible. To spead up the response time please take few seconds and go over forum rules

Have fun!

[SOLVED] Remove Scroll bar from popup

12-01-2009, 01:15 PM
# 1 (permalink)
kgrinsteiner
[SOLVED]

First off THANKS to the developers for this superb module!

I am using this module to display a transparent image, that when clicked opens an outside webpage that I do not have control over the content of.

I only want the popup box to show 230px of height and NOT allow the viewer to scroll down to see the rest of the information.

Is there a parameter that controls whether the scrollbar shows in the popup box?

Thanks so much!!
12-01-2009, 03:53 PM
# 3 (permalink)
kgrinsteiner
Hi Neo!

I'm using V2.

You can view it in action here

(There will be a popup music player. . just X it out)

Then scroll down along the right column is a graphic and form for opting in to the mailing list. Under that on the graphic is information about signing up for text alerts. Click where it says CLICK HERE in the star. . then you'll see your pop up box in action.

I want to be rid of the scroll bar showing in the popup window. . I'm trying to get away from having the "powered by" information be shown in the window. .. again, I have no control over the information being shown in the popup. . it is generated by the service and I can not alter the html.

Thanks!!
12-01-2009, 04:01 PM
# 4 (permalink)
neo
you just need it to be a bit higher and scroll will be gone , your text does not fit within 230 px

rel="mediabox[400 230], I say about 340 would do the trick
12-01-2009, 04:05 PM
# 5 (permalink)
kgrinsteiner
I understand that I have the height set shorter than the text that is being displayed. I want it that way so that the last line of text can NOT be seen by viewers.

So I'm wondering if I can disable the auto scroll of the popup window so that viewers CAN'T scroll down to see the last line of text in the window?
12-01-2009, 04:22 PM
# 6 (permalink)
neo
http://www.motongatorjoe.com/plugins...ss/yjmmbox.css

#lbCenter, #lbBottomContainer{position:absolute; left:50%; overflow:hidden; background-color:#000; z-index:100003}



see if you can disable X and Y

overflow-x: hidden;
overflow-y: hidden;

not tested
12-05-2009, 01:37 AM
# 7 (permalink)
kgrinsteiner
Neo-

Thanks for your help!

Quote:

HTML Code:

http://www.motongatorjoe.com/plugins...ss/yjmmbox.css
#lbCenter, #lbBottomContainer{position:absolute; left:50%; overflow:hidden; background-color:#000; z-index:100003}



see if you can disable X and Y

overflow-x: hidden;
overflow-y: hidden;

not tested
The above did NOT work. . thank you though. .

I found that if I added:

Code:

iframe {
overflow: hidden;
}
to the above mentioned css file, that it DID remove the scroll bar!

So now it is working as I would like! Thanks again
Thread Tools
Display Modes

Powered by vBulletin®
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.

Members Login

Username
Password