Anyone know how to fix an overflow problem in Internet Explorer?
Anytime I get a title longer than the div width it displays outside of
the div boundaries. Firefox is fine. This only happens with IE.
My markup currently looks like:
.gsc-videoResult .gs-videoResult .gs-snippet
{
display: none;
line-height:1.3em;
max-height:2.6em;
overflow: hidden;
width: 289px;
}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---