• Resolved epicor

    (@epicor)


    Hey all,

    I started tweaking a theme by changing the style.css using the wordpress in-browser editor. Got some colors switched around. Replaced some images, etc. When I got to the sidebars everything was going ok as long as i kept the images like the theme creator made them (he used 1 image for the both sides of a widget block, using different locations to make it look different.) I changed some of the stuff around and it was fine. For some reason, when i split the images into seperate files, and redid the css to match ie won’t display it any more.

    Below is a link to an image showing they comparison. Or you can just go to the site.

    https://i570.photobucket.com/albums/ss141/meteorainer/notLoading.png

    https://www.orangeblueclan.com

    I have already validated it btw.

    Any help would be great.

Viewing 2 replies - 1 through 2 (of 2 total)
  • if you do the ‘clip’ with ‘width/height:22px’ for all edges and corners – it seems to work in IE and firefox (don’t ask me why):

    just for illustration for instance:

    .cs-Block-tr
    {	top: 0px;
    	right: 0px;
    	width: 22px;
    	height: 22px;
             clip: rect(auto, auto, 11px, 11px);
    	background-image: images/Block-s-tr.png');
    }

    Thread Starter epicor

    (@epicor)

    … magical. and odd. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘IE not showing stuff’ is closed to new replies.