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

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

by Ger Tielemans -
Number of replies: 0

/*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