elisa05fr Posted January 25, 2009 Report Posted January 25, 2009 Hello In my html page, I have put the following line: It works perfectly with Firefox but does not work with Explorer. I have looked in the Internet but don't seem to find an answer to my problem. Thanks for helping me! Quote
newseed Posted January 25, 2009 Report Posted January 25, 2009 Hello In my html page, I have put the following line: It works perfectly with Firefox but does not work with Explorer. I have looked in the Internet but don't seem to find an answer to my problem. Thanks for helping me! And what is the purpose for using such tactic? It doesn't make sense. Quote
elisa05fr Posted January 25, 2009 Author Report Posted January 25, 2009 For some reason, when I use the relative positioning, the scroll bar appears.... that's why I want to get rid of it... Quote
PicnicTutorials Posted January 25, 2009 Report Posted January 25, 2009 You need to put it on the html html { overflow:hidden; } but you know then any content past the fold will be gone? A better way is to use this to remove the scrollbar html { overflow:auto; } Quote
elisa05fr Posted January 25, 2009 Author Report Posted January 25, 2009 Where am I supposed to put those lines.... in a ccs and then, in the html file put ? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.