Note: I'm not the orig "dot"...just someone who knows the fix...btw how is this account's name "hello" & shows up as "dot"?
QUOTE(travis @ Feb 1 2008, 09:47 AM)

nothing jerks about for me
...well travis, you should be using Firefox & you would notice the jerks...but to fix it...
Edit...
Find...
CODE
.popmenubutton-new,
.popmenubutton
{
width: 120px;
white-space: nowrap;
background-color: transparent;
border: 0px solid #3A4F6C;
color: #000;
font-weight: bold;
float: right;
height: 18px;
text-align: center;
margin: 0px;
font-size: 11px;
padding: 3px;
}
.popmenubutton-new
{
float: none;
width: auto;
text-align: left;
height: auto;
padding: 3px;
font-weight: normal;
background-color: transparent;
background-image: url(sharpe/menu_action_down-padded.gif);
background-repeat: no-repeat;
background-position: right;
}
.popmenubutton-new-out
{
padding: 4px;
}
Replace with...
CODE
.popmenubutton-new,
.popmenubutton
{
width: 120px;
white-space: nowrap;
background-color: transparent;
border: 0px solid #3A4F6C;
color: #000;
font-weight: bold;
float: right;
height: 18px;
text-align: center;
margin: 0px;
font-size: 11px;
/*padding: 3px;*/
}
.popmenubutton-new
{
float: none;
width: auto;
text-align: left;
height: auto;
/*padding: 3px;*/
font-weight: normal;
background-color: transparent;
background-image: url(sharpe/menu_action_down-padded.gif);
background-repeat: no-repeat;
background-position: right;
}
Once you do that...no jerks, plus that area is nice & smaller...if you want it big, then you need to match the padding: ??px of the ".popmenubutton-new" & ".popmenubutton-new-out"...or specify both in one selector...
Before the -out was 4px & the non-out/hover was 3px, hence the jerk...also note you have alot of redundant CSS selectors which need cleanup, but I didn't feel like doing it...like you had padding: 3px in 2 (redundant) places & the padding: 4px on the -out only...note that it looks better without any padding...& works...
Also you should really drop IPB for phpBB3...IPB sucks...