Jeremy, If I had a way of identifying the specific result box I want, how would I do it? I can use the getelementsbyclass that I found and specify the specific one I want from the array.
On May 19, 4:51 pm, Jeremy Geerdes <[email protected]> wrote: > Allowing one results box to be wider than the others would be > extremely difficult given that there is no id associated with the > div.gsc-resultsbox-visible elements, so no way to specifically target > one particular instance. You might try adding !important to the end > of the height rule I mentioned earlier, as below: > > #containerId .gs-title{height:auto !important;} > > Jeremy R. Geerdes > Effective website design & development > Des Moines, IA > > For more information or a project > quote:http://jgeerdes.home.mchsi.comhttp://jgeerdes.blogspot.comhttp://jgeerdes.wordpress.com > [email protected] > > Unless otherwise noted, any price quotes contained within this > communication are given in US dollars. > > If you're in the Des Moines, IA, area, check out Debra Heights > Wesleyan Church! > > And check out my blog, Adventures in Web Development, > athttp://jgeerdes.blogspot.com > ! > > On May 19, 2009, at 2:38 PM, Feivi wrote: > > > > > I'm sorrym I made a mistake. I meant the gsc-resultsbox-visible of one > > searcher only. > > > On May 19, 3:36 pm, Feivi <[email protected]> wrote: > >> Hi Jeremy, > > >> It didn't work. Would it be possible to define the width of one > >> specific searcher gsc-control, as opposed to all of them? That would > >> also solve my problem. > > >> On May 19, 3:12 pm, Jeremy Geerdes <[email protected]> wrote: > > >>> Actually, the title does wrap; it's just that the div.gs-title has a > >>> height specified in the CSS. You can override this with the > >>> following > >>> rule: > > >>> #containerId .gs-title{height:auto;} > > >>> Jeremy R. Geerdes > >>> Effective website design & development > >>> Des Moines, IA > > >>> For more information or a project quote:http://jgeerdes.home.mchsi.comhttp > >>> ://jgeerdes.blogspot.comhttp://jgee... > >>> [email protected] > > >>> Unless otherwise noted, any price quotes contained within this > >>> communication are given in US dollars. > > >>> If you're in the Des Moines, IA, area, check out Debra Heights > >>> Wesleyan Church! > > >>> And check out my blog, Adventures in Web Development, > >>> athttp://jgeerdes.blogspot.com > >>> ! > > >>> On May 19, 2009, at 1:31 PM, Feivi wrote: > > >>>> Hi again everyone, > > >>>> I noticed that if the container is too narrow, the top links get > >>>> cut > >>>> off instead of continuing on the next line, like the snippet > >>>> does. If > >>>> there any way to fix that? > > >>>> TIA! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-AJAX-Search-API?hl=en -~----------~----~----~----~------~----~------~--~---
