[thelist] links move 1 px right when hovering over them (only once) in IE

Kowalkowski, Lee (ASPIRE) lee.kowalkowski at hmrcaspire.com
Wed Sep 7 05:13:22 CDT 2005


> -----Original Message-----
> From: VOLKAN ÖZÇELIK [mailto:volkan.ozcelik at gmail.com]
> Sent: Tuesday, September 06, 2005 3:28 PM
> 
> Hi workers of the web!

Hello!

> Here's a site that i'm working on:
> 
> http://www.pamukdedem.com/Template.html
> 
> After the page's first load if you go to the bottom navigation and
> hover on the links the links tend to move 1px to right for the first
> time. Then they remain where they are.
> 
> This occurs in ie6 W2K. It does not occur in FF.

I see that too.

> Do you have any idea of why this might happen?

No!  But I have three weird additions to your stylesheet that seem to fix
it:

#MainContent
{
	border-right:1px #f9f9f9f solid;
}

That seems to fix the centered twitchy links at the expense of the
right-aligned links... now *they* twitch!  So:

#Sarmal
{
	width:100%;
}

No twitch, hurray!  The top border hover is clipped, oh no!  Not to worry:

#Sarmal
{
	padding-top:4px;
}

Well, who would have thought?

- LK


===========================================================
Our e-mail domain has now changed from iraspire.com to hmrcaspire.com. Please update your address books.
===========================================================



More information about the thelist mailing list