BlackReef
08-14-2010, 05:42 AM
Resolved,
Thanks
Thanks
|
||||
Attempting to style search box, search button image keeps being affectedBlackReef 08-14-2010, 05:42 AM Resolved, Thanks abduraooft 08-14-2010, 07:19 AM .pcForms input You need to use a more specific selector for styling input elements. Add a class or id to the input element and use proper selector, say <input class="text" width="200px" type="text" onfocus="this.value=''" value="Enter your e-mail address" name="emailadd"> .pcForms input.text{ } BlackReef 08-14-2010, 07:31 AM You need to use a more specific selector for styling input elements. Add a class or id to the input element and use proper selector, say <input class="text" width="200px" type="text" onfocus="this.value=''" value="Enter your e-mail address" name="emailadd"> .pcForms input.text{ } Thank you very much. I know this is basic stuff, my brain is just mush from these long days trying to finish this site. Thank you very much, abduraooft |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum