Quote:
Originally Posted by Jellby
That would be 'visibility: hidden', but it's not in the required CSS set for ePub 2, so you should not rely on it.
|
The difference between visibility:hidden and display:none is that hidden will continue to take up the space it would have used had the characters been there while none removes the data and the space it would have taken. As noted above only display:none is mentioned in the ePub spec.
Dale