• In an attempt to hide the embarassing horizontal scrollbar of the wordpress page (not to mention lots of headache with css) I used one of those javascript scrollbars that scroll layers.
    And now, look what happens
    https://www.joey.neosurge.net/main.php
    posts longer than the iframe is not displayed correctly. Please help with css or anything in particular…

Viewing 3 replies - 1 through 3 (of 3 total)
  • I can’t find your css……
    I’m not familiar with iframes, but if you had a problem with the width of the WP page initially, that is solved by using div rap.
    I don’t think the fault lies with the wordpress code, but maybe how it is being loaded ?

    In a nutshell: you can’t selectively choose to hide the horizontal or vertical scrollbars with CSS, it just isn’t implemented. To solve the problem rather than use a ineffective trick, I would suggest finding the offending object(s)/item(s) that are causing the horizonal scrollbar. You can also set a fixed width for the body tag.
    From looking at your site further, I see you’re using an iframe to call the WP. Since all you want — from looking at your site — seems to be everything in the div content, just gut the WP page and copy everything in the div content. Take the appropriate CSS code from the CSS file needed. Use CSS to set the size to fixed.

    Thread Starter Joey

    (@joey)

    Umm..how exactly do I use the body fixed width code?
    btw the css file’s here https://joey.neosurge.net/wp/wp-layout.css and https://joey.neosurge.net/style.css

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cant scroll x_X’ is closed to new replies.