I am implementing a google custom search engine.  The Google javascript is 
inside a div with id="header_search".  I am trying to affect the width of the 
input box with css in the div tag.  I tried the CSS below which had no effect.  
Even the display:none test did not work.

<style type="text/css" >
div#Header-search input{
width:200px;!important;
border: 3px solid red;
background-color:#99FF00;
display:none!important;
}

So now I am trying to write it inline to see if I can effect a change there.  
This is where I am uncertain how the syntax needed to specify the width of the 
input field.   Something along the lines of :

   <div id="Header_search" style="input width:100px;">

Thank you for any assistance.



Angela French
Internet Specialist
State Board for Community and Technical Colleges
360-704-4316
[email protected]<mailto:[email protected]>
www.checkoutacollege.com<http://www.checkoutacollege.com>
www.sbctc.edu<http://www.sbctc.edu>

______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to