Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Does this site display properly on your screen? Re: Does this site display properly on your screen?

#82900
GeneralKnowledge
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.