↧
Hiding Content on Web Pages for Accessibility
On this page: Move text off the screen, not display:none Why bother? The problem of display:none in CSS? Positioning text off the screen is more reliable More information Will search engines see this...
View ArticleUse CSS display:table for Layout
On this page: No need for css float for layout in modern browsers Isn’t using table for layout wrong? What about IE 7 and 6? Some limitations or issues More info Translations I had this post in draft...
View ArticleCSS: inner elements breaking border-radius
On this page: The problem The solution Update: Translation to Ukranian Browsers such as Firefox 2+ and Webkit-based browsers (Chrome, Safari) support the useful css border-radius feature (via...
View Article