html - CSS Sliding doors trouble -


I have some minor issues with my CSS sliding doors on my website. They look fine on low resolutions, but higher resolutions Make buttons bigger and therefore produce buttons: Hover state should not do this work.

You can see the problem from the right side of the header bar (login / registration button) here:

I have tried many solutions like using different sizes for fonts and How fonts are measured, but I think I'm going wrong about it.

Here's a JSFiddle: (This is not perfect, but you should see most code used on the site.)

You have not loaded one of the pictures.

You have:

  #user_buttons_right_header period {background: url (". / Styles / transilver / theme / images / button_left.png") no-double scroll left top Transparent; Padding: 1px 10px 4px; }   

You must have

  #user_buttons_right_header span {background: url ("http://www.bituser.com/forum/styles/prosilver / Topics / images / buttons_bising ") no-double scroll left-top transparent; Padding: 1px 10px 4px; }   

You have forgotten to make all background images in full path.

Everything looks fine except for a font.

Edit:

The problem of IMHO can be line-height, which must be set in pixels.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -