Kill my IE scrollbar

windows

Guest
this (<!-- m --><a class="postlink" href="http://www.georgelangenberg.com/nieuws/nieuwseframe.html">http://www.georgelangenberg.com/nieuws/ ... frame.html</a><!-- m -->) is my online portfolio. I'm installing WP as a blog and am still in the testing phase. Now this is what happens only with IE and not with firefox. When you resize the page a horizontal scrollbar jumps in.
How do I avoid the horizontal scrollbar? Ofcourse I want to keep the vertical scroll.

Firefox handles this page like it should so please look at it in IE.
Aah frames, I know I know. be warned.

George"whatever-it-is(body?){overflow-x:hidden}" should do that.Hey BonRouge This code doesn't do the trick in my IE version (6.0).

Would this maybe have anything to do with WordPress?
I'll try and post it in the forum over there as well.OK. I tried this out on your page and it worked fine.

html {overflow-x:hidden}

Take a look (<!-- m --><a class="postlink" href="http://cheers-sendai.com/test/nieuwseframe.html">http://cheers-sendai.com/test/nieuwseframe.html</a><!-- m -->)first of all I'm stunned how you'd copied my site to your address,
Next I'm more stunned how you'd even changed the code
Third now I will apply it myself to my code

Thanx Bon Rouge! Sant?br />
GeorgeIt's very easy to put your site on my server.
In Firefox - right-click and "save page as..." into a local directory. Then, because you use '@import' for the css instead of '<link>' I had to open your css in my browser (the address is in the source) and then Download that too (and then change the address of the css in the html to my local copy). Then I just changed the css and uploaded all the files.
Simple.

Happy to help. :)
 
Back
Top