I recently delved into learning responsive web design, but I've encountered a small issue. My navigation menu consists of images with varying widths. Here's how it looks: http://jsfiddle.net/yxLLncpb/
When I use the same dimensions for all images, the resizing works smoothly as the window size changes.
However, when I assign individual sizes to each image like so:
ul li#home{width:7,53%;}
ul li#vermeldungen{width:18,59%;}
ul li#tup{width:20,83%;}
ul li#ug{width:22,59%;}
ul li#kirchen{width:8,79%;}
Sadly, now the images fail to resize along with the window. Can anyone shed some light on why this is happening?