display: block;
Friday, December 31st, 2004The CSS tag “display: block” is incredibly useful. Most web designers know about if for showing and hiding text using script (switching between display:none and display:block). It turns out, you also can’t set the width or height of an anchor without it.
I used that twice on this site: to create the pure css roll-over […]