[Typo3] Scrollbar in a pop-up window

Nick Weisser typo3 at openstream.ch
Wed Aug 17 11:09:03 CEST 2005


a.lim wrote:

> I wanna know if it was possible to add scrollbar in a pop-up window. I use
> the basic link maker under RTE. I just specified width & height but the
> window is fixed so I could not reach the end of my content in it. That's
> quite boring for viewers.

Hi there Adam,

I don't know if this can be achieved via TypoScript, but you could also 
solve your problem with the CSS property "overflow: auto; ", e.g.

#popup_content {
	width: 600px;
	height: 300px;
	overflow: auto;
}

If the content is longer than 300px, this CSS will provide you with a 
scrollbar.
-- 
Cheers
Nick Weisser

Openstream Internet Solutions
http://openstream.ch



More information about the TYPO3-english mailing list