Bugs :  K-Meleon Web Browser Forum
You can talk about issues with k-meleon here.  
Phoyo.net Problem
Posted by: JBCool
Date: February 02, 2003 02:57AM

On This side when you apply a mouse over a menu bar (Without Click) the menu opens a sub selection. But your browser will not Open a Sub Menu. And by clicking on it will not open the sub menu it has it's own function.

When selecting from Edit/Preferences/Privacy/Browser ID - MSIE and then refresh will not show that menu bar at all.

That could be with other Sides that use this type of mouse selection.

http://www.ruihehang.com/myie2/html_en/home.htm
That would be other side.

Options: ReplyQuote
Re: Phoyo.net Problem
Posted by: MonkeeSage
Date: February 02, 2003 12:11PM

I'm not sure why it is a problem at all, but this is not just a K-Meleon problem. Any browser not based on IE 4+, will not work right to show and hide those tables.


Shelumi`El
Jordan

S.D.G

Options: ReplyQuote
Re: Phoyo.net Problem
Posted by: jbcool
Date: February 02, 2003 05:02PM

It is a K-Meleon problem they are the once that make a browser.

Websites make it to be working with IE and they do. K-Maleon is the one to make software work with those type of sites.

And if doen't then this software is useless.....

Options: ReplyQuote
Re: Photo.net Problem
Posted by: jbcool
Date: February 02, 2003 05:03PM
Options: ReplyQuote
Re: Phoyo.net Problem
Posted by: MonkeeSage
Date: February 02, 2003 05:29PM

"Websites make it to be working with IE and they do. K-Maleon is the one to make software work with those type of sites."

That is why sites should make sure they don't depend on one type of browser, like IE4+, and should conform to established standards, like K-Meleon, Mozilla, Opera, and Konqurer (which do not suppot the method of DOM layering that site uses). But you know, people who make a MDI shell for the IE4+ core, probably don't really care that they are not standards compliant and are only coding for IE4+.


Shelumi`El
Jordan

S.D.G

Options: ReplyQuote
Re: Phoyo.net Problem
Posted by: MonkeeSage
Date: February 02, 2003 05:31PM

They easily do something like this, and be 100% compliant:

<html><head><title>Hide Sample</title>

<SCRIPT Language="Javascript">

<!--

function hideme() {
if (document.getElementById('hide').style.visibility != "hidden") {
document.getElementById('hide').style.visibility = "hidden";
document.getElementById('hbutton').value = "Show"; }
else { document.getElementById('hide').style.visibility = "visible";
document.getElementById('back').value = "Did you miss me?";
document.getElementById('hbutton').value = "Hide"; } }

-->

</script></head><body>

<DIV id=hide STYLE="position:relative;left:160;"><INPUT id=back TYPE="entry" VALUE="Hello..."></DIV>
<DIV id=buttons STYLE="position:relative;left:160;"><INPUT id=hbutton TYPE="button" VALUE="Hide" onClick="hideme()"></DIV>

</body></html>


Shelumi`El
Jordan

S.D.G

Options: ReplyQuote
Re: Phoyo.net Problem
Posted by: MonkeeSage
Date: February 02, 2003 05:50PM

<html><head><title>Hide Sample 2</title>

<SCRIPT Language="Javascript">

<!--

function hideme() {
if (document.getElementById('hbutton').value != "Show") {
document.getElementById('back').value = "Hello";
document.getElementById('hbutton').value = "Show"; }
else { document.getElementById('hbutton').href = "Show";
document.getElementById('back').value = "Did you miss me?";
document.getElementById('hbutton').value = "Hide"; } }

-->

</script></head><body>

<DIV id=hide STYLE="position:relative;left:160;"><INPUT id=back TYPE="entry" VALUE="Hello..."></DIV>
<DIV id=mouseon STYLE="position:relative;left:160;"><INPUT TYPE="entry" VALUE="Show" id=hbutton onMouseover="hideme()"></DIV>

</body></html>

Options: ReplyQuote


K-Meleon forum is powered by Phorum.