J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
Re:Screen reader removing background image? (1 viewing) 
Go to bottom
TOPIC: Re:Screen reader removing background image?
#6613
Peter Bibb
Fresh Boarder
Posts: 3
User Offline
Screen reader removing background image? Karma: 0  
When I turn on the screen reader I lose the background image on the site. I have confirmed this by publishing and un-publishing the plug-in. The image is defined as follows in CSS:

body {
background-image: url(images/web/Footer_Butterfly.png);
background-repeat: no-repeat;
opacity: 0.8;
background-position: 0% 22%;
}

How can I overcome this?

Thank you

Peter
 
Logged Logged  
  The administrator has disabled public write access.
#6614
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Screen reader removing background image? Karma: 79  
Sounds like a CSS conflict somewhere.
As a first attempt, you find a parameter under the plugin settings named 'Auto background color'. Try to switch it to 'No' and check if this helps.

Best,
John
 
Logged Logged  
  The administrator has disabled public write access.
#6615
Peter Bibb
Fresh Boarder
Posts: 3
User Offline
Re:Screen reader removing background image? Karma: 0  
This seems to have done the trick.

Thanks very much for a very swift reply!

Regards

Peter
 
Logged Logged  
  The administrator has disabled public write access.
Go to top