Re: [css-d] trying to use CSS to define width of Google search input box

2013-12-15 Thread MiB
dec 14 2013 22.38 Angela French: > I figured it out. I had to discover how google was referencing the input. One nice way to discover this is to use the built-in developer tools in Firefox. I suppose other browsers also have developer tools that gives this functionality, but I always start in

Re: [css-d] trying to use CSS to define width of Google search input box

2013-12-14 Thread Angela French
14, 2013 1:22 PM To: Angela French Cc: CSS Discuss Subject: Re: [css-d] trying to use CSS to define width of Google search input box I think you will have to explain what "[t]he Google javascript is inside a div" means. Even if it physically appears there (horrible thought but p

Re: [css-d] trying to use CSS to define width of Google search input box

2013-12-14 Thread Philip Taylor
I think you will have to explain what "[t]he Google javascript is inside a div" means. Even if it physically appears there (horrible thought but possible, I suppose), any element that it creates won't necessarily be parented there. Let us see the code and we may be able to help. Your inline CSS

[css-d] trying to use CSS to define width of Google search input box

2013-12-14 Thread Angela French
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.