Re: [css-d] Firefox floated element onclick event ignored

2007-01-17 Thread Ben Liu
Actually I solved this one on my own. I'm not sure why but when the item is floated, it must also be declared as display: inline. And for some reason in Safari only when it is declared display: inline, position: relative must also be declared otherwise weird css/ javascript stuff happens. I

[css-d] Firefox floated element onclick event ignored

2007-01-16 Thread Ben Liu
okay, admittedly this is not really a CSS question, but I was hoping someone on this list has come across this or is familiar with the problem. For some reason, in Firefox only (doesn't seem to apply to Safari or IE6/7), if you float an element and add an onclick event, Firefox ignores the onclick

Re: [css-d] Firefox floated element onclick event ignored

2007-01-16 Thread Richard Grevers
On 1/17/07, Ben Liu [EMAIL PROTECTED] wrote: okay, admittedly this is not really a CSS question, but I was hoping someone on this list has come across this or is familiar with the problem. For some reason, in Firefox only (doesn't seem to apply to Safari or IE6/7), if you float an element and