Quote:
Originally Posted by secretsquirrel
I have tested on Mac also. my windows laptop is 6 months old
When you hover the mouse curser over the meteor slide show it judders up and down
Also the pale blue at bottom and top menu I have tried to make disappear
Thank you, Alison
|
I was going to say all looks fine here, then I hovered
Found this code with code inspector:
div.widget ul li {
display: block;
margin: 2px 0 2px 0px;
padding: 0 0 0 5px;
border-left: solid 7px
#CCC;
}
Disabling the margin line fixed the problem. That also squished up the rest of the sites list items, but with a bit of digging/playing you should be able to isolate it. Larry or Juggledad might have a better answer, but eliminating those margins sorted it.