Ok, so I made these form elements, but for some dumb reason I gave them all seperate ID's, when they're all the same, is their anyway to like redirect any css from form elements to a global textbox/whatever element css {}?
Printable View
Ok, so I made these form elements, but for some dumb reason I gave them all seperate ID's, when they're all the same, is their anyway to like redirect any css from form elements to a global textbox/whatever element css {}?
Caleb told me on msn, fixed.
Edit; out of time on the edit above.
Hah, sorry, instead of redirecting them I forgot to use them as a tag w/o a . or # eg
input {
font-size:12px;
}
Did he tell you to test the divs?