Ok, skip block has something to do with themes..

Ok, skip block has something to do with themes..

by Ger Tielemans -
Number of replies: 1

If I add blocks, I see sometimes (and even more in edit-mode !) a text skip block followed by a block number. I understand that it has something to do with the 508 interfacing, ..or the CSS ..and/or the language pack...

.. Can one of the CSS-experts explain what is going on and how you can repair this?

Average of ratings: -
In reply to Ger Tielemans

Re: Ok, skip block has something to do with themes..

by Ger Tielemans -

/*Accessibility: text 'seen' by screen readers but not visual users. Fixed for RTL languages, example Farsi. */

A clever student of our school (Martijn van der Ven) came with a simple solution: 


.accesshide {
  position:absolute;
  top:-10000px;
  left:10px;
  font-weight:normal;
  font-size:1em;
}


I was struggling with it for days, he just walked in and solved it in well.. 5 seconds:    blush