Navigation bar Flickers Only in IE - php

I've been trying to debugg this for hours now with no success. I blieve i boiled it down to the background slider which is SUPERSIZED.js. Unfortunately their forum lacked support also.
If someone fires up IE9 and goes to http://www.designobvio.us/avproduktor/
you'll see that everytime you move the mouse across the screen the first two LI (home & news) flicker with the mouse movement.
I've google'd this problem for hours does anyone have any incite?
jQuery Mouse Flicker in IE
I believe that this is a similar issue however, my menus must be bi-lingual therefore this fix will not work?
I'll gladly provide full package for anyone if you can help!
Thank you so much for your time,
Matthew

Solution to your problem is to set some high z-index in css style of these elements. I tried it in developer tools of IE and it helped (I've added it manually to the style of LI elements in the menu). Let say
.menu-item {z-index: 10000;}

Related

Unwanted margin between 2 menu items header website (on some pages)

I am updating my website
-- WEBSITE --
A web developer made it years an ago.
Now I put an SSL Encryption on the website. But after that change, it seems there is an unwanted margin in the header on some pages.
I can't seem to find out where it's coming from. [Image: unwanted margin between header menu items][1]
My screen resolution is: 1920 x 1080
Anybody knows how to solve this?
I tried already to use different widths for the menu items and margins.
But I think I am doing something wrong..
This is what I'm seeing when I click the link:
I think it possibly has something to do with just your screen resolution, but I'm not an expert. I know I've had plenty of experiences were if I scroll too fast or I resize the viewport, I get black lines in between items that flicker and then disappear, so it could be something like that.
Thank you all for responding.
I found the solution in siva - abc's answer.
I added 'background-size: cover' to the list items in the CSS classes and now the problem is solved!
Thanks all!

Browser scrollbar is nowhere to be found?

Okay basically for some reason, I barely noticed that when I load up my project the scrollbar is missing on all browsers, which is weird, i can force scroll by clicking down on the little mouse ball on my mouse. Although on internet explore that doesn't work at all.
I tried to retrace my steps after modifying my code to see what could have gone, but since i barely realized it, not very sure when it occurred. Thats why I can not provide a problematic code.
I'd appreciate it if someone could take a look at it for me.
Removed link Because answer is solved.
You have overflow:hidden on your html. If you change it to scroll, the scroll bar appears.
If you are wanting to stop horizontal scrolling, use overflow-x:hidden
your body has the following css.
#wrapper {
overflow: hidden;
This is causing the scroll bars to be hidden;

Div moves while page is loading

I'm stuck with a div that is in one position while the page loads, and in another position as the page finishes loading. I've spent nearly all afternoon on this one little thing, and cannot seem to grasp why this is happening.
I am using wordpress, so there are plenty of different conditional tags for different templates but I can't see the problem in the template files. The div that seems to be giving me the hard time is the container. I changed the background color of the container on the template that I'm stuck on, so I can see what its doing while the page loads, and it looks to me like once the page is loads 45px of either margin-top or padding-top are being applied to the container.
Does anyone have any ideas? I've gone through conditional tags, and my style sheets and I just don't get why its behaving the way it is. Any help would be greatly appreciated.
It's taken me a couple of page refreshes but I think I can see your problem:
There is this particular DIV: class="entry-image-container" that is loaded into the page despite not being required and is causing your drop down as this element seems to be loading via Opacity in the DOM ....
If you hit F12 and open up the entry-image-container tag, hit refresh on the page you will notice that the entry-image-container is loaded through Opacity and seems to be causing a delay in loading (i'd have posted an image but StackOverflow says im not of higher enough rep yet)
Perhaps including a conditional statement for this tag would resolve the issue for you?
I hope this has helped in some way - Using Chrome on Mac OSX
The header has a 44px padding (22px 0 44px).
For me (current stable FF, Win7) nothing is moving.

Website "moves" a bit

My website at http://www.oblivionro.net isn't properly vertically-aligned when you click on a different link in the menu.
For example, if you go from the home page to the ventrilo page, you'll notice that the alignment of the website shifts to the right and down a bit. I know a fair bit about php, but I'm not that great when it comes to css and designing websites.
Anyone know what the problem might be? Thanks in advance.
Your link doesn't work for me, but I can guess what the problem is. To fix it, add:
html {
overflow-y: scroll
}
That will force the vertical scrollbar to always be visible, so there will no longer be a "shift" when you move between pages that do/do not have a vertical scrollbar.

jquery anything slider / jquery.pngfix ie6 problem

Seem to have a problem in ie6
Using anything slider, with the slider nav using png's but when I add the jquery pngfix the slider nav's don't appear to work anymore.
Anybody else experienced this before?
IE6 is now around 3% of the browser share and falling (down from 10% a year ago). http://www.w3schools.com/browsers/browsers_explorer.asp
Why tear your hair out over it any longer? Good riddance IE6.
If it is a problem, detect IE6 and redirect people to a "time to upgrade" page.
Sorted it, well cheated a little..
For ie6 I used gif's and stripped png fix out. doesn't quite look right but its only for ie6 users

Categories