Quote:
Originally Posted by icearch
As for using title= attributes in <h , I use it when I need to auto generate Nav and Toc but don't want visible headings in that page.
|
What pages? But whatever, use the property "display: none" to hide the element you want (and even so, title="..." still will be honored). You also coud be using "visibility: hidden", but with this last property, the space ocuped by the element will be visible.