![]() | |
#1
| |||
| |||
|
#2
| ||||
| ||||
|
|
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 |
#3
| |||
| |||
|
|
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 |
#4
| |||
| |||
|
|
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 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 |
![]() |
| Thread Tools | |
| Display Modes | |
| |