Link to home
Start Free TrialLog in
Avatar of willsherwood
willsherwood

asked on

CSS (WP) question - what is causing this "black-out" mishap

FF displays the below URL properly, however IE, Chrome do not.

please help debug and suggest a CSS(?) fix so the page is not overlaid with transparent black.

thanks!

http://worcesterago.org/members_area/jobs/ 

p.s. a table plug in   is being used, not sure if that's aggravating things?
Avatar of Insoftservice inso
Insoftservice inso
Flag of India image

please provide screenshot of both browser as i am no getting black background at my end
ASKER CERTIFIED SOLUTION
Avatar of ravikantninave
ravikantninave
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of willsherwood
willsherwood

ASKER

thank you!  i'm on it.
welllll  (not quite, no change)

IE 10.0.12 is still showing it (reminder to scroll down a bit)
same for opera 12.14
chrome 32.0.1700.102 m

i believe this code is the effective/active CSS in effect:  (please advise if i missed something)


body {background: /*#000000*/ url(images/bg-tile.gif) no-repeat;}

#wrapper{
      width: 940px;
      padding: 5px;
      margin: 0 auto;
      z-index: 888;
      background: none repeat scroll 0 0 #FFFFFF; /* to fix problem on jobs page, black out */
      /*background: #191919; */
      }