Jump to content
Sign in to follow this  
andulka

Dropdown menu disappearing under the menu buttons in IE and more

Recommended Posts

andulka

I've had all kinds of problems with Station Pro and Internet Explorer, such as custom text colour not showing and several others, and now all of a sudden there has appeared more problems. The two language flags that were sitting pretty next to the FB etc. icons have gone all wrong, the Finnish flag has dropped under the other icons and no matter what I do, it won't go back to where it was, next to the other flag. Also the dropdown menu is odd, instead of showing on top of the second row of menu buttons, it goes underneath and the first item of the dropdown isn't therefore visible. I haven't changed anything recently, apart from a couple of new pages. The language switcher code that's been added to the header.php is

<?php echo qtrans_generateLanguageSelectCode('image'); ?>
and in the styles.css there is this
/* qtranslate language chooser */
	.qtrans_language_chooser  { display: inline; }
	.qtrans_language_chooser li { float: left; position: relative; display: inline; padding-left:10px; padding-right:10px; padding-left:0px; padding-top:5px;}
	a.qtrans_flag:hover { background-position: -22px 0; }

I've tried removing all custom code and deactivating all plugins, no luck. There aren't any problems with any other browsers I've tried, for now I have changed the flags positioning to make it look less like a mess... Any idea what could be going on? The site is here

Share this post


Link to post
Share on other sites
andulka

Change the latter code to, the padding-left was there twice. Doesn't change the appearance though, and it was working with this code before...

/* qtranslate language chooser */
	.qtrans_language_chooser { display: inline; }
	.qtrans_language_chooser li { float: left; position: relative; display: inline; padding-left:10px; padding-right:10px; padding-top:5px;}
	a.qtrans_flag:hover { background-position: -22px 0; }

Share this post


Link to post
Share on other sites
andulka

OK, so I'm not able to change the flag positioning the way I used to either. Or rather, I can move the flags but can't make them work in IE anywhere else than on the upper left hand corner or above the header image on the left, and I don't want it there. None of the changes I make to the /* qtranslate language chooser */ code seem to affect IE at all, so I can't change the padding. It's really frustrating and rather screws up the entire site as it has to be bilingual, any help with this would be greatly appreciated. I don't know if I should start yet another topic about this, but the dropdown menu issue and this seem to be related as they appeared at the same time...

Share this post


Link to post
Share on other sites
andulka

Ahh, now everything is back to normal all of a sudden. I don't know if this has something to do with some issues the ISP has been having (major power outage followed by database issues, reverting to old version etc.) but it's weird. Anyway, no need to reply at the moment... :)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×