inherit
125499
0
Nov 8, 2011 4:03:57 GMT -8
moneyman18
:-
952
June 2008
moneyman18
|
Post by moneyman18 on Mar 21, 2010 18:49:13 GMT -8
Ok I have a question about select tags. Are select tags along with the size atribute and multiple selection option cross-browser? Or why do I see multiple checkboxes that take up a bit of space on the page when a select can be used? Is it easier to use/have checkboxes or is it just a matter of preference? And if you don't know what I'm talking about it would be the example output field on this page. Thank you
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Mar 21, 2010 22:24:29 GMT -8
Yes, select is cross-browser. The size may change by a certain number of points/pixels when changing browser, but it still functions the same way - but altering the size. It's a cross-browser tag, size is cross-browser, and so is the multiple selection attribute is cross-browser.
What you're seeing are checkbox and radio input elements.
|
|