![]() |
|
Language selection with image buttons (help needed) - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Language selection with image buttons (help needed) (/thread-5897.html) |
Language selection with image buttons (help needed) - chross - 2009-09-30 Hi Folks, ` Any suggestions to circumvent this problem? Cheers, Language selection with image buttons (help needed) - acrylian - 2009-09-30 Try addressing the form directly with for example Language selection with image buttons (help needed) - chross - 2009-10-02 My solution (for now): ` dynamic-locale_de { background: transparent url(http://www.website.com/cms/media/flags/de.gif) no-repeat;}dynamic-locale_en { background: transparent url(http://www.website.com/cms/media/flags/en.gif) no-repeat;}` This is the plugin code now: ` Language selection with image buttons (help needed) - flu - 2009-10-02 Works for me too. |