Forum Discussion
Fellsteruk
11 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."
- appslevine11 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> - appslevine11 years agoGuidecan you link me to where you found that quote?
- Fellsteruk11 years agoBoss
It was basically suggesting you modify the CSS your using to change the ellipsis behaviour, Not sure it works on all browsers...?
Related Content
- 12 months ago
- 4 months ago