改变背景颜色

时间:2013-01-30 15:03:28

标签: css colors background

我的背景颜色有问题。在某些页面上我使用TinySlider,它将背景颜色设置为灰色。当我尝试将其更改为例如Orange时,它只会更改那些不使用Tiny Slider的页面。有办法解决这个问题吗?

我已将文件上传到Google云端硬盘。 The link for all files

style.css用于TinySlider,而stilark.css用于所有页面。 index.html使用TinySlider,而skolen.html则不使用。

我希望你能帮助我。

1 个答案:

答案 0 :(得分:0)

尝试更改

body {font:12px Verdana,Arial; color:#555; background:#ddd}

将“style.css”改为

body {font:12px Verdana,Arial; color:#555; background-color:#FEAD41}