Opera, different layout appears ... {SOLVED}

GK User
Fri Oct 01, 2010 1:24 pm
Please Guys ...
I've notice right now a problem with Opera.
In Firefox, Chrome and Safari I see the right layout:

But in Opera I see this ...

Can You help me to understand why ??
Many thanks.
Pietro
User avatar
Gold Boarder

teitbite
Sat Oct 02, 2010 3:35 pm
Hi

It's because of the flags. The best way to put it in place will be to set them "position:absolute;" and set possition with "right:;" and "top:;" values in css.
User avatar
Moderator

GK User
Sat Oct 02, 2010 6:29 pm
Thank You, Teitbite.
But, where ... Nothing change ...
I've open the mod_jflanguageselection.css and change add to the

Code: Select all
#jflanguageselection label.jflanguageselection
{
    position:absolute;
    left:-1000px;
}


the code
Code: Select all
 #jflanguageselection label.jflanguageselection
{
   position:absolute;
        position:right;
        position:top;
   left:-1000px;
}


I'm sure is not right ... but ... I don't know ...
Thank You Teitbite!
Pietro
User avatar
Gold Boarder

teitbite
Sun Oct 03, 2010 2:34 pm
Hi

Yes it's all wrong :)

It should look like this:

Code: Select all
#jflanguageselection {
position:absolute;
right:10px;
top:10px;
}


Please just select propper values.
User avatar
Moderator

GK User
Sun Oct 03, 2010 3:12 pm
Ahhh ... :blush:
Ok, Thank You, Teitbite ...
Even if ... by the way, there is some problem becous in this case, in all the browsers, Flags go behind the main-menu ... :(


{May I give a suggestion to Gavick.com ... in your next template ... make 1 billion module positions, if You like ... it's cool ... BUT ... make a little one in the top for LangSelection ... it not only usefull ... IT'S VERY IMPORTANT !! }

If is possible to fix this last problem easly, ok, if not, then I think I'll let it as before ... [sub]I have more important problems, now ... And my site is still to Null :( By the way ... Why in Local host it doesn't works that change about the Left1Position??[/sub] :(
Thank You.
Pietro
User avatar
Gold Boarder

teitbite
Mon Oct 04, 2010 4:43 pm
Hi

I have no idea why it's all diffrent on local ;/

Try using this code than:

Code: Select all
#gk-nav {
position:relative;
}

#jflanguageselection {
position:absolute;
right:0;
}

#gk-mainnav {
margin-top:40px;
}
User avatar
Moderator

GK User
Mon Oct 04, 2010 6:07 pm
GREAT ...
I told You ... You are a great man !!
Thank You, Teitbite ...
This time it works ... :)
Now ... I'll try to fix something more important! :)
Thank You once again ;o)
User avatar
Gold Boarder


cron