July 28, 201115 yr Author what format are they? have you saved for web? I never save for website just save as .PNG/.png or if i can get away with it jpg. maybe it has to be .png for it to work in ie? Edited July 28, 201115 yr by kingy da killa
July 28, 201115 yr you have footer[role=contentinfo] { background-image: url("http://www.buy-proargi9.co.uk/wp-content/themes/blank-theme-sticky-fotter/library/images/arrow1.png"); background-repeat: repeat-x; } tried removing the "'s from the url()? IE is coming back with null as the image.
July 28, 201115 yr Author you have footer[role=contentinfo] { background-image: url("http://www.buy-proargi9.co.uk/wp-content/themes/blank-theme-sticky-fotter/library/images/arrow1.png"); background-repeat: repeat-x; } tried removing the "'s from the url()? IE is coming back with null as the image. gave it ago with no luck ... this is proper weird maybe hosting problem? some1 has mentioned that before
July 28, 201115 yr it's definitely coding as the image shows fine in ie8 http://www.buy-proargi9.co.uk/wp-content/themes/blank-theme-sticky-fotter/library/images/arrow1.png
July 28, 201115 yr http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fbuy-proargi9.co.uk%2F&profile=css21&usermedium=all&warning=1&vextwarning=&lang=en
July 28, 201115 yr are you sure you tried it. I used IE developer tools and made the css line as attached and it's fine Edited July 28, 201115 yr by zed
July 28, 201115 yr Author footer[role=contentinfo] { background-image: url(http://www.buy-proargi9.co.uk/wp-content/themes/blank-theme-sticky-fotter/library/images/arrow1.png); background-repeat: repeat-x; } this is the current code for my fotter and its not showing in ie 8 or 7 for me? so confused :S and cheers for clariying city Edited July 28, 201115 yr by kingy da killa
July 28, 201115 yr if possible try using a jpg image.. i've had this problem earlier, didnt hav time to look for a proper solution.. coverted it to jpg instead. since i see transpareny .. use a gif instead or try saving the png from the save for web option in photoshop and interlace it..
July 28, 201115 yr Try updating selectivizr to latest version I'm sure thats caused problems before If theres no update change your backgound images from full link address to one relative to the css so it would be something like background-image: url("../images/bg1.png"); Edited July 28, 201115 yr by mteam
Create an account or sign in to comment