Forum Discussion
Fellsteruk
12 years agoBoss
Found this, may help:
"It's because anchors are as standard, inline elements. Adding display:inline-block will make the above code work."
- appslevine12 years agoGuideThis does not work. I changed both elements to inline block elements, and only one or the other. None of the options work. This is my code:
<a href="">
<div class="inside">
Long line of text blah blah blah.
</div>
</a> - appslevine12 years agoGuidecan you link me to where you found that quote?
- Fellsteruk12 years agoBoss
It was basically suggesting you modify the CSS your using to change the ellipsis behaviour, Not sure it works on all browsers...?