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:

div.xoopsCode {    
    
font-size12px;
    
font-familyFixedSysCourier,monospace;
    
background#FAFAFA;
    
border1px solid #6C87B0;
    
color#385a72;
    
width500px;
    
height200px;
    
margin0.5em;
    
overflowauto;
    
padding3px 3px 3px 3px;
}

html>body div.xoopsCode {
    
width:95%;
    
height:auto;
    
max-height:250px;
}

Login

Who's Online

236 user(s) are online (148 user(s) are browsing Support Forums)


Members: 0


Guests: 236


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits