ExtremeDark Red

Vertical Scroll Bar - ExtremeDark Red

Vertical Scroll Bar

by theboneranger » Sat May 18, 2013 11:27 am

Hello Vinny,
Great style, I have one problem though. I'm loading phBB into an iframe in my main <div> and I can't seem to get rid of the vertical scroll bar. I've tried removing the

Code: Select all

/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
   height: 101%;
from the common.css file, uploaded the modified stylesheet, refreshed the theme in ACP, yet it remains.

I've tried making the iframe height far greater than it needs to be and it still appears so I don't think that is the problem. Is there something in the template I'm missing? I'm new to the phBB so please forgive me if this is a dumb question.

Thanks for your time.
theboneranger
Registered User
Posts: 2
Joined: Sat May 18, 2013 11:15 am

Re: Vertical Scroll Bar

by _Vinny_ » Sat May 18, 2013 6:20 pm

Link of your board please.
User avatar
_Vinny_
Style Customisations
Style Customisations
Posts: 10532
Joined: Tue Aug 11, 2009 12:45 am
Location: Brazil
Name: Marcus Vinicius

Re: Vertical Scroll Bar

by theboneranger » Sun May 19, 2013 9:45 pm

thanks, I worked out this problem and restyled a bunch of things. New problem: Opening links in a new tab from the iframe displays the forum naked. I've tried <base target="_parent"> in the head of the overall_header.html, but that didn't work. I've also tried getting rid of the iframe, adding a new <div> wrapping the contents of everything in the overall_header.html and placed the style rules in the common.css.

Is there a way I can direct links opened from the forum in a new tab/window to display in my forum.html iframe to keep the overall look of the page, and if not, can you tell me what I'm doing wrong trying to style the templates?

Forum link in iframe

I am reading this Full Site Intergration thread now.
theboneranger
Registered User
Posts: 2
Joined: Sat May 18, 2013 11:15 am