Hello,

I have a toolstrip which has multiple DIVs.
 
But what I'm seeing (build 26882) is that the DIVs are being rendered
inline, and <br> tags are having no effect, making toolstrip.expand useless
(because I can only seem to get one horizontal "line" of content).  This
doesn't happen in the current dev channel build, but that build is not
stable when using toolstrip.expand.

Is there some obscure webkit style that I must override?

The HTML is as simple as this:


<div  style="display:block;border:solid">
FIRST BLOCK
</div>
<div style="display:block;border:solid">
SECOND BLOCK
</div>
<DIV style="display:block;border:solid" onclick="onThumbup()">
GROW!
</DIV>

Thanks!
 - Don




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to chromium-extensions@googlegroups.com
To unsubscribe from this group, send email to 
chromium-extensions+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to