Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   [SOLVED] Center column image not showing up in IE (http://forum.bytesforall.com/showthread.php?t=13910)

lucy Apr 25, 2011 10:21 PM

[SOLVED] Center column image not showing up in IE
 
ATO>Center column style
I must be doing something really silly, but the center column image is not showing up in IE.
padding: 10px 15px;
background: url("http://lucydog.web.runbox.net/wp-content/themes/atahualpa/images/backgr.gif")no-repeat 0px 1px;

It shows up in Chrome and Firefox

Version WP 3.1 and Atahualpa 3.6.4

juggledad Apr 26, 2011 06:05 AM

IE is very picky, add a space after the close parenthesis so instead of
HTML Code:

background: url("http://lucydog.web.runbox.net/wp-content/themes/atahualpa/images/backgr.gif")no-repeat 0px 1px;
you have
HTML Code:

background: url("http://lucydog.web.runbox.net/wp-content/themes/atahualpa/images/backgr.gif") no-repeat 0px 1px;

lucy Apr 26, 2011 06:51 AM

Oh my goodness. I didn't even notice that, and I even googled for a solution and couldn't find it. It totally works now. Thanks a bunch!


All times are GMT -6. The time now is 08:27 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.