HighDots Forums  

tags incompatibility with IE vs Mozilla

alt.html.tags alt.html.tags


Discuss tags incompatibility with IE vs Mozilla in the alt.html.tags forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
nick_faye
 
Posts: n/a

Default tags incompatibility with IE vs Mozilla - 07-13-2004 , 10:43 AM






hi all,
i am having a problem with tags compatibility between the two
explorers. i am new to html programming so please bear with me.
below are some of the tags that works in mozilla but not in IE
- onClick command in combo box
- onClick command on radio button
- href on buttons
can somebody teach me a workaround for this? is there a list of
the appropraite command for a specific browser?
thanks!
nick_faye

Reply With Quote
  #2  
Old   
Will Gittoes
 
Posts: n/a

Default Re: tags incompatibility with IE vs Mozilla - 07-14-2004 , 04:35 AM






nick_faye wrote:
Quote:
hi all,
i am having a problem with tags compatibility between the two
explorers. i am new to html programming so please bear with me.
below are some of the tags that works in mozilla but not in IE
- onClick command in combo box
- onClick command on radio button
onclick should be all lower case.
i.e.

.... onclick="function()" ...

Same with onmouseover, onmouseout and any other attributes

Quote:
- href on buttons
href on buttons? I thought you should always use buttons for
buttony-purposes, like submitting a form. In which case define
action="URL" in the form tag.

I'm not sure if you should be able to do href in buttons, where is our
Iron-man of compliance Mr. Korpela?

Quote:
can somebody teach me a workaround for this? is there a list of
the appropraite command for a specific browser?
www.w3c.org That's all you need to know, bud.

Quote:
thanks!
nick_faye

Reply With Quote
  #3  
Old   
Seaview
 
Posts: n/a

Default Re: tags incompatibility with IE vs Mozilla - 07-14-2004 , 05:39 AM



Does that mean that if I write a page for IE5/6 it won't display properly on
other browsers?

"Will Gittoes" <AskMeForIt (AT) NoSpam (DOT) org> wrote

Quote:
nick_faye wrote:
hi all,
i am having a problem with tags compatibility between the two
explorers. i am new to html programming so please bear with me.
below are some of the tags that works in mozilla but not in IE
- onClick command in combo box
- onClick command on radio button

onclick should be all lower case.
i.e.

... onclick="function()" ...

Same with onmouseover, onmouseout and any other attributes

- href on buttons

href on buttons? I thought you should always use buttons for
buttony-purposes, like submitting a form. In which case define
action="URL" in the form tag.

I'm not sure if you should be able to do href in buttons, where is our
Iron-man of compliance Mr. Korpela?

can somebody teach me a workaround for this? is there a list of
the appropraite command for a specific browser?

www.w3c.org That's all you need to know, bud.

thanks!
nick_faye



Reply With Quote
  #4  
Old   
Will Gittoes
 
Posts: n/a

Default Re: tags incompatibility with IE vs Mozilla - 07-14-2004 , 06:51 PM



Seaview wrote:
Quote:
Does that mean that if I write a page for IE5/6 it won't display properly on
other browsers?
Please don't top-post, thanks.

If you write it specifically FOR IE 5/6, then yes. It will display poorly.

What I mean by writing specifically for IE 5/6 is taking advantage of
errors, and any tags/properties that are propietry.

Things like the CSS text/image filters DO NOT work in other browsers.

If you write your code to specification, it will work in most/app browsers.

The easiest way to check this, is to include a doctype atop EVERY page,

Take a look at
Webmonkey: Web Standards for Hard Times
http://hotwired.lycos.com/webmonkey/...l?tw=authoring

to understand this more.


Quote:
"Will Gittoes" <AskMeForIt (AT) NoSpam (DOT) org> wrote in message
news:1089794063.756543 (AT) radsrv1 (DOT) tranzpeer.net...

nick_faye wrote:

hi all,
i am having a problem with tags compatibility between the two
explorers. i am new to html programming so please bear with me.
below are some of the tags that works in mozilla but not in IE
- onClick command in combo box
- onClick command on radio button

onclick should be all lower case.
i.e.

... onclick="function()" ...

Same with onmouseover, onmouseout and any other attributes


- href on buttons

href on buttons? I thought you should always use buttons for
buttony-purposes, like submitting a form. In which case define
action="URL" in the form tag.

I'm not sure if you should be able to do href in buttons, where is our
Iron-man of compliance Mr. Korpela?


can somebody teach me a workaround for this? is there a list of
the appropraite command for a specific browser?

www.w3c.org That's all you need to know, bud.


thanks!
nick_faye




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.