我想添加到我的網站的能力,其中背景將根據部分網址使用樣式表進行更改。更改基於URL部分的背景圖片
例子:
address/shop/index.php = background image 1
address/shop/index.php?cPath=22 = background image 2
address/shop/index.php?cPath=23 = background image 3
address/shop/index.php?cPath=24 = background image 4
任何想法?我看過Javascript和jQuery,但不確定要選擇哪一個或如何去做。
變化之類的''
(或其他元素你想改變生成的html的背景)。併爲不同的類別提供不同的背景 – zerkms