Home › Forums › Other › Does this site display properly on your screen? › Re: Does this site display properly on your screen?
July 5, 2011 at 7:11 pm
#82900
Participant
The only error(if you can call it that) is that when I hover over “home, about, support” it shifts a couple pixels to the right. I am running Firefox 5.0.
It appears the problem isn’t with IE which would make a change.
change #navtabs a:hover to
#navtabs a:hover {
background-color: #000066;
color: #FFFFFF;
height: 25px;
text-align: center;
width: 80px;
}
And it the problem seems to be fixed.