General
: K-Meleon Forum
General discussion about K-Meleon.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=PokePeek] Perhaps some disgruntled Windows 2000 coders will join the K-Meleon project. I use Windows 98 without tricks like KernelEx so I'm stuck with KM 1.5.x and the last gecko compiled for it. Many webpages are breaking due to CSS layout problems as a result, with elements overlapping or hiding other elements. As a solution I've created a toolbar button to temporarily remove CSS on demand, using the "remove styles" code from the Styles macro collection. It's very helpful and increasingly necessary to view page content, converting pages into a plain text/basic html style. To do it yourself add this to the position of your choice on toolbars.cfg, changing the .bmp or .bmp index position to the icon of your choice: [b]ZapStyles{ macros(Zap_styles) Remove Stlyes toolhot.bmp[12] toolcold.bmp[12] }[/b] Add this to a .kmm macro: [b]Zap_styles{ macroinfo="Disable StyleSheets"; $JS_doit = "(function(){var i,x;for(i=0;x=document.styleSheets[i[b]];++i)x.disabled=true;})();"; &JS_hndlDoc; } [/b][/b]Further reading [url=http://kmeleon.sourceforge.net/forum/read.php?1,96463,97693#msg-97693]Toolbar, menu and macro editing[/url] [url=http://www.msfn.org/board/forum/8-windows-959898seme/]Windows 95/98/98SE/ME talk[/url] p.s. tech note: Wow, it took at least a half an hour to figure out a hack to display the square bracketed "i" in the macro code so the forum didn't convert it into a call for italics. The code tag did nothing, the trick was to embed a tag within the 'presumed' tag, and then use extra tags elsewhere to straighten out the rest of the posting.[/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development