Ok for some reason this picture is moving when I click a link or select a different thign in a select box etc. Look:
http://shiznatix.dreamhosters.com/nfw/index.php - feyd - This link may not be work safe. It contains words that have been deemed inappropriate for this forum.
On the top right there is a German flag. It might be lined up at first or not but if you change an option in one of the select boxes it will move. It keeps moving each time you change something.
I have no idea what is going on with that and I know its not some strange javascript or anything like that. I am running FF 1.5.0.6.
Moving picture
Moderator: General Moderators
I've seen things like this before. But mostly in IE, not in FF. It has nothing to do with the javascipt though, with or without js enabled, the effect still happens. Have you tried giving the flag one or more pixels extra space. It looks like some rounding error, like the browser cannot decide whether 256.52px is 256 or 257. Very weird...
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
The problem is that when the length of the selects change their width changes. Because you don't specify any widths in the table containing them the table cells shrink and grow. That image moves becaue it is at the far left so when the full width shrinks a few pixels it is effected. Looking at your CSS, you need to control width better. The form still shifts.
(#10850)