Alternative to
I found this link to be very helpful for dealing with nowrap. This may seem trivial but interesting. In the world of compliance with XHTML 1.0 the best approach I have found to the nowrap attribute is in CSS white-space attribute, examples … http://blogs.msdn.com/mab/archive/2006/01/18/514522.aspx
Cancel mouse event cross browser
I had an issue this week with a form element that was contained inside a DIV. The DIV had a onclick event as well as the form element. I wanted the form element to do its work and then stop the DIV’s onclick event. Through a lot of searching and help from some co-workers I [...]
I found this link to be very helpful for dealing with nowrap. This may seem trivial but interesting. In the world of compliance with XHTML 1.0 the best approach I have found to the nowrap attribute is in CSS white-space attribute, examples … http://blogs.msdn.com/mab/archive/2006/01/18/514522.aspx
Cancel mouse event cross browser
I had an issue this week with a form element that was contained inside a DIV. The DIV had a onclick event as well as the form element. I wanted the form element to do its work and then stop the DIV’s onclick event. Through a lot of searching and help from some co-workers I [...]