/
How to make images more accessible
How to make images more accessible
Keep button text separate from button images
If you're using a background image to make a <div>
look like a button, place the text in the <div>
, not in the image.
CSS | HTML |
---|---|
.update-button { background-image: url('images/button-bg.png'); background-size: contain; } | <div class="update-button">Update</div> |
, multiple selections available,
Related content
How to fix your links
How to fix your links
More like this
How to make your page more responsive
How to make your page more responsive
More like this
Inclusive and Accessible Web Content Guide
Inclusive and Accessible Web Content Guide
More like this
How to fix your headings
How to fix your headings
More like this
Maintain Websites Using Hugo
Maintain Websites Using Hugo
More like this
Accessibility Resources
Accessibility Resources
More like this