
EricOnAdventure
-
Posts
80 -
Joined
-
Last visited
Community Answers
-
EricOnAdventure's post in CSS conflict with <select> was marked as the answer
The trick I learned, if this helps anyone. Is to simply stop using the original <select> or <label> or any such thing and create new Id's...such as #selectx an set the ID to #selectx...for example my <select> is now <select 'id='selectx'> the later ID overrides the original command.