Just finished the Website for students of Design in Augsburg.
I only still have to argue with the lack of CSS-compability of IE.
Please use any other browser!



Code: Select all
.subframe	{
  background: repeat url(uploads/images/submenu_back.gif);
}
html>body .subframe	{
  background: repeat url(uploads/images/submenu_back.png);
}

Code: Select all
.subframe {
  -moz-opacity: 0.65; 
  filter: alpha(opacity=65);
}