I've built a javascript library to set sizes and animation for a drop down menu based on the child nodes of a wrapper div around said menu....it works great for drop DOWN But in order to set the menu to expand to the right I need to turn off text wrap. I know that the "noWrap" prop in tables work, but since I use divs almost exclusively I haven't been able to fix this problem...I can omit the spaces and it works fine, but I would prefer to just turn off the wrap in the object builder...
Reply With Quote