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!
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.
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...
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; }
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 ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now