zhong881209 Posted February 27, 2010 Share Posted February 27, 2010 i want Runescape Client to be look exactly like in firefox with Adblock Plus enabled. i used iframe{display:none} but only the homepage ads is removed, the game page top section is still there. what css that need to be insert into IE so that Runescape Client will not include the whole top section, including 'home', upgrade to member', search'.that it will look like almost full screen? Link to comment Share on other sites More sharing options...
Ronan Posted February 27, 2010 Share Posted February 27, 2010 You'll notice that the frame on the main Runescape game page (at least on the Signed version), links to a webpage like so :- http://world36.runescape.com/m0 If you view the source of this page, you'll see that you're wanting to remove the 'menubox' element from the page to remove what you're speaking of. Removing that gives the following effect, which I presume is what you're after :- [spoiler=Image] Link to comment Share on other sites More sharing options...
Mil Posted February 27, 2010 Share Posted February 27, 2010 Removing ads when you are not a member is against the rules, and can get you in trouble, so don't do that. I guess the menubar at the top can be a nuisance... #menubar { display:none; } Link to comment Share on other sites More sharing options...
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