lixx: probleme mit ie-css3.htc

Beitrag lesen

Hallo Leute!

Habe vor kurzem ie-css3.htc, mitdem man runde Ecken und Schatten auch im IE erzeugen kann, endeckt.

Habe damit allerdings ein Problem. Meine CSS-Klasse sieht in etwa so aus:

#.content {  
	background: #fff url('content_pattern.gif') repeat-x 0 0;  
	-moz-border-radius: 10px; /* Firefox */  
	-webkit-border-radius: 10px; /* Safari and Chrome */  
	border-radius: 10px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */  
	behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */  
}

Also eine Box mit einem Hintergrund-Pattern.
ie-css3.htc stellt nun die Box mit runden Ecken dar, allerdings werden die Hintergrundbild-Attribute verworfen, so dass der Pattern auf der X- und Y-Achse wiederholt wird und der Hintergrund auf transparent gesetzt wird.

Hat jemand eine Lösung dafür.

Danke für eure Hilfe!

lg lixx