-
-
my firefox explorer seems to be unable to access the droplist from this webby, at first i thought the droplist is gone.
But i tried using IE and the drop list appear, did i accidentally disable a function on Firefox to allow me to access the droplist?
thanx
-
-
-
If you hover over the links, you notice that the link show this:
javascript:parent.location='Members.asp?contentpath=live/Members.htm'
As far as I'm aware, this piece of code will break in nearly all browsers.
A web developer will write a JavaScript with rollover function to prevent breaking of functionalities, not in this manner.
If you see the HTML code, there's basically no JS files there.
And due to this, the drop-down list never work properly as well in IE7. There's a gap in between. If you want to select the 2nd choice... the drop-down list will just disappear, as if you have moved your mouse away.
-
-
-
Originally posted by ndmmxiaomayi:If you hover over the links, you notice that the link show this:
javascript:parent.location='Members.asp?contentpath=live/Members.htm'
As far as I'm aware, this piece of code will break in nearly all browsers.
A web developer will write a JavaScript with rollover function to prevent breaking of functionalities, not in this manner.
If you see the HTML code, there's basically no JS files there.
And due to this, the drop-down list never work properly as well in IE7. There's a gap in between. If you want to select the 2nd choice... the drop-down list will just disappear, as if you have moved your mouse away.chin chim...buay liao gai sia.
-
