alecpl
2010-04-19 510df5469bd735b8ce3df6ff4167c273e74c57ac
- use transparent image for taskbar backround (#1486624)


1 files added
2 files modified
7 ■■■■ changed files
skins/default/common.css 2 ●●● patch | view | raw | blame | history
skins/default/ie6hacks.css 5 ●●●●● patch | view | raw | blame | history
skins/default/images/taskbar.png patch | view | raw | blame | history
skins/default/common.css
@@ -146,7 +146,7 @@
  right: 0px;
  width: 600px;
  height: 24px;
  background: url(images/taskbar.gif) top right no-repeat;
  background: url(images/taskbar.png) top right no-repeat;
  padding: 10px 4px 5px 0px;
  text-align: right;
  white-space: nowrap;
skins/default/ie6hacks.css
@@ -1,5 +1,10 @@
/* CSS hacks for IE versions 5,6 */
taskbar
{
  background: url(images/taskbar.gif) top right no-repeat;
}
img
{
  behavior: url(skins/default/pngbehavior.htc);
skins/default/images/taskbar.png