Forum Moderators: not2easy
The floated abta div is a sprite, how can i set a width?
.abta { background-position: -290px -0px; width: 32px; height: 42px; float:left; padding:0 0 0 4px; }
white-space:nowrapas lucy24 and rocknbil suggest does indeed prevent the text from wrapping, but (for reasons I cannot fathom) this does not expand the width of the #ad container. The H1 text simply overflows the H1 and the container. However, adding enough text after the H1 does expand the #ad container and the H1 text fits! The additional text wraps AND expands the container - not particularly predictable as far as I can see?!