织梦根目录下面404页面,主页能正常运行404页面,切换至栏目页404页面内的图片不能正常显示,解决

在根目录下面的404页面,设置图片路径应为相对路径,

例如:.page404 .cont404{width:745px; height:380px; background:url(/404/404.gif) left top no-repeat; position:absolute; left:50%; top:50%; margin-left:-372px; margin-top:-190px;}


加入绝对路径:background:url(/404/404.gif)

你可能感兴趣的:(织梦404解决方案)