1
Booga
Bottom Scroll Bar on Quote/Code Tagged Posts
  • 2005/1/15 1:26

  • Booga

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/11/29


Hi, How do I get the bottom scroll bar on quote and or code tagged posts. When adding html code to a "code" tagged post it widens my site off the screen.

I have seen this on various sites and was wondering if there is a simple way of implementing this.

Regards,
Marty.

2
Booga
Re: Bottom Scroll Bar on Quote/Code Tagged Posts
  • 2005/1/15 11:39

  • Booga

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/11/29


^bump^

3
Mithrandir
Re: Bottom Scroll Bar on Quote/Code Tagged Posts

it is just a style on the xoopsCode class in the theme stylesheet:

le="color: #000000"><?php div.xoopsCode { font-size: 12px; font-family: FixedSys, Courier,monospace; background: #FAFAFA; border: 1px solid #6C87B0; color: #385a72; width: 500px; height: 200px; margin: 0.5em; overflow: auto; padding: 3px 3px 3px 3px; } html>body div.xoopsCode { width:95%; height:auto; max-height:250px; }