I’m theming a website http://www.complementchic.com
so in my css, I’ve set css for the body to resize images at
http://www.complementchic.com/modules/vente_flash/flashSale.php
#module-vente_flash-flashSale
but when I have the page switching language through
php post the url becomes:
http://www.complementchic.com/modules/vente_flash/flashSale.php?&id_lang=2
and as a result my body id in css is changing to
#module-vente_flash-flashSale?&id_lang=2
and I’m unable to use this ID in my css stylesheet –
So, a) is there a way for me to use this ID in my stylesheet or fix this issue,
Try using CSS attribute selector:
HTML:
CSS:
jsBin demo