How can I replace a css variable value with a variable?
Oct.15, 2006 in
CSS
butchtroll asked: For example: #Layer1{ width: 0px; position: absolute; z-index: 0; left:392px; top:182px; } Rather than the integers “392” and “182” I would like to use the variables “Left” and “Top”. Any ideas?