January 18, 201313 yr Hi WDFers! Got a problem, not sure what is to blame! Basically, hand-coding a local news site, and can't find the problem?? However, the background image appears in FF, Opera, Safari etc... but not in IE8... Any ideas why? body { background: url(images/bglijn.png) repeat-x scroll left top rgb(100, 20, 8 ); } Edited January 18, 201313 yr by najib422
January 18, 201313 yr have u tried conditional style sheet for ie8 ? also see html5please Edited January 18, 201313 yr by sash_oo7
January 18, 201313 yr can we have a link? or some more code? ie8 shouldnt have cross browser issues really?
January 21, 201313 yr ok, please get rid of that god awful gradient background, other than that shorten your code margin: 0px; margin-left: 00px; margin-top: 00px; margin-right: 00px; margin-bottom: 00px; background:#641400 url(images/bglijn.png) left top repeat-x; This opens a note but doesnt close it. /*background-image: url(images/bglijn.png); background-repeat: repeat-x; background-color: rgb(100, 20,0); background: url(images/bglijn.png) repeat-x scroll left top rgb(100, 20, ; background-image: url(images/bglijn.png) repeat-x scroll left top rgb(100, 20, ; background-position: 0px 0px; assuming you want to close it here add */ padding-left: 0px; This is noted out with /* and closed at the end /*background-image: url(images/bg.jpg); background-repeat: no-repeat; background-position: center center; background-attachment: fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; overflow:hidden;*/ But it depends on the properties, I would look at your colour scheme, i really dont think it works, and a gradient background is very old finished Edited January 21, 201313 yr by craigpettit
January 21, 201313 yr Author Thank you very much but as you already mentioned it doesn't fix the white background problem? Do u have an other solution like adding or deleting some lines?
January 21, 201313 yr well obviously its because your using an iframe.... why? dont ask me... load the content better and your code is a mess. if you continue coding in this manor your site will always have cross browser compatibility issues... Line 66 iframe width. 100% Edited January 21, 201313 yr by craigpettit
Create an account or sign in to comment