Restaurant web site and menu. I need to get \"line of dots\" between menu item and price. I need to get it without writing dots manually one by one. This feature should work aut
You can use this code to generate the line:
#helper{ width:200px; border: 1px dashed orange; }
Source here: http://jsfiddle.net/2j9BN/