PDA

View Full Version : How to change the Theme be aero?



vjanev
30 Aug 2007, 11:13 PM
I use ext1.1 version. I realy include following css file

<!-- ext核心CSS -->
<link rel="stylesheet" type="text/css" href="ext/resources/css/xtheme-aero.css">
<link rel="stylesheet" type="text/css" href="ext/resources/css/ext-all.css">
I can see some widgets being aero theme,but the grid not be....
Who can tell me why?

mystix
30 Aug 2007, 11:14 PM
wrong include order. swap them around.

vjanev
30 Aug 2007, 11:25 PM
Thanks you! now,I swap them around be OK...