Search Results - SC2 Mafia
Register

Search:

Type: Posts; User: DJarJar

Search: Search took 0.05 seconds.

  1. Replies
    21
    Views
    3,990

    ►►Re: worst programming language you've ever seen/used◄◄

    I can’t tell if you’re hating on f like the thread topic implies or if you’re in love with it
  2. Replies
    21
    Views
    3,990

    ►►Re: worst programming language you've ever seen/used◄◄

    Quote Originally Posted by Plotato View Post
    On the compressed mess
    Code:
    main-rollup.css
    (which I assume is composed of different css files, compressed) there is the templating style for
    Code:
    bbccode_code
    , specifically
    Code:
    .bbcode_container pre.bbcode_code
    that sets
    Code:
    overflow: scroll;
    which would mean the scrollbars in every direction are present regardless of overflow or not. Now for some reason the HTML styling has it default to
    Code:
    overflow: auto;
    so that the problem isn't here anymore...?
    I’m so sorry, I posted that cuz I thought you were talking about a horizontal scroll bar on the entire site. When I realized you were talking about the code block I changed it!
  3. Replies
    21
    Views
    3,990

    ►►Re: worst programming language you've ever seen/used◄◄

    Quote Originally Posted by Plotato View Post
    BY THE WAY, FOR YE OLDE WEBMASTERS OF THIS HERE WEBSITE, YOU NEED TO CHANGE THE STYLING SO THAT

    Code:
    .bbcode_container div.bbcode_code, .bbcode_container pre.bbcode_code {
        ...
        overflow: auto;
    }
    SO THAT THE CODE DOESN'T HAVE RANDOM HORIZONTAL SCROLLING. THANK YOU FOR LISTENING TO MY TED TALK.
    Uh, overflow seems to already be set to auto. I can only get a horizontal scroll bar to appear if I squeeze the page as thin as possible. Are you using a different style? I’ve tested on dark core and vbulletin default and same behavior. Couldn’t find an overflow: scroll in the page source. Only autos and hiddens.
Results 1 to 3 of 3