Ken Miller wrote:
#left-content { position: absolute; xtop: 50px; left: 10px; width: 250px;
This makes the left-content div cover up the links (and hence the click evnets go to that div, not to the links). In IE, content can be randomly transparent to click events in a pattern I have not figured out yet....
actually i'm suprised that the <style> content as treated as CSS since type="text/css" isn't specified. it's due to the "quirks" mode?
TIA
