Flags with Joom!Fish

How to support more than one language on your site.

Moderator: General Support Moderators

Forum rules
Locked
ranmanh
Joomla! Apprentice
Joomla! Apprentice
Posts: 22
Joined: Fri Jul 13, 2007 2:47 pm

Flags with Joom!Fish

Post by ranmanh » Wed Jan 06, 2010 6:01 pm

Hi,

I am trying to remove the border from the flags without success.

The option I am using is: Appereance of language selector "ul-list of images"
And parameters: Include Joom!Fish CSS

I understand I can use the mod_jflanguageselection.css when activatings the parameters, I added b order: 0; to everywhere, but the blue border around the flag does not vanishesdoes not matter what I do.

Any idea?

Thanks very much

Gonzalo

saurabhshyara
Joomla! Apprentice
Joomla! Apprentice
Posts: 26
Joined: Wed Jan 06, 2010 12:30 pm
Location: India
Contact:

Re: Flags with Joom!Fish

Post by saurabhshyara » Wed Jan 06, 2010 6:43 pm

That may be taking your default CSS of your Joomla website. Check that..
https://www.isquaretechnologies.com - Joomla Web Design and Development Services

ranmanh
Joomla! Apprentice
Joomla! Apprentice
Posts: 22
Joined: Fri Jul 13, 2007 2:47 pm

Re: Flags with Joom!Fish

Post by ranmanh » Wed Jan 06, 2010 8:46 pm

Hi,

I checked the source code of the web onces opened in firefox/internet explorer and I took this place:

Code: Select all

<div id="jflanguageselection"><ul class="jflanguageselection"><li><a href="pic.gif
And then I included that code into my joomla's template.css as follows:

Code: Select all

#jflanguageselection ul.jflanguageselection img
{
	border: none;
}
And that was it, I disabled the border.

I have to admit it takes me long time to implement and develop parts , there is a real fight between the components, the genuine css code within joomla and all that code you need/want to implement separately, bit a nightmare sometimes, in particular if you want (as is the case) to migrate templates from 1.x to t.5.x

Thanks very much


Locked

Return to “Joom!Fish and Multilingual Sites”