Threaded View
-
14 Sep 2011 1:39 AM #1
[4.0.6] Can I opt out of 9 sided frame rendering for buttons in IE 6-8?
[4.0.6] Can I opt out of 9 sided frame rendering for buttons in IE 6-8?
Hi,
I would like to have the cleaned HTML that were produced for firefox to be on IE as well for buttons. I am referring to the 9 cells table structures to create the sides for the buttons that were generated for IE. I tried the following codes but i still see it in IE8 developer tool.
Any help would be appreciated. Thanks!Code:... items: [{ xtype: 'button', ui: 'red', frame: false, text: 'Logout', style: 'float:left; margin-right:15px;' }, ... ]


Reply With Quote