I need to position this update button on www.euroworker.no/order (you\'ll have to add an item to the cart, use the Kjøp button to add and Handlevogn to view the cart). Works
@media screen and (-webkit-min-device-pixel-ratio:0) { /*Chrome CSS here*/ #cartUpdate { position:absolute; width:160px; height:30px; left:660px; bottom:40px; } }
Fixed the problem :)
UPDATE
This resource works better: CSS browser/OS selectors with JS.