Jump to content
php.lv forumi

IE neredz BG krāsu!


iall

Recommended Posts

Labs rīts ,

man ir šādas divas rindas

	background-image:url(fernBL.png);
background-color:#669900;

Bilde ir transperent!Uz mozillas kā jau vienmēr viss ir kārtībā un varam redzēt ,ka zem bildes ir zaļš bekgraunds ,bet IE parāda tikai transperento bildi bez zaļā bekgraunda,kapēc tā? :/

Edited by iall
Link to comment
Share on other sites

Simtiem reizju runats par *.png transparentu uz IE !!!!

Viens no risinajumiem ir:

<html>
<style>
body
{
background-image:url('images/test1.png');
background-color:#669900;
  // background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/test1.png", sizingMethod="file");
}
</style>
<body>
# image": Keep the original size of the image. "
# scale": Stretch or compress the image to the container boundaries. "
# crop": Crop the image to the container dimensions.

Taa rindinja kas ir noremota ir nepieciesama ...

Nezinu kadelj bet ja vinju pilniba nonjem nost tad nestrada, bet ja no njem remus tad nestrada uz FF (skjiet ka FF to uzskata par aizkomentetu, savukart IE ka viss ir ok...)

Link to comment
Share on other sites

Grey_Wolf iedotais piemērs negrib strādāt ,rāda man tikai zaļo bekgraundu!Apskatīšos andrisp piemēru.

 

Edit: Andrisp piemērs strādā ,tikai bilde parādās augšējā ,kreisajā stūrī!:/

Edited by iall
Link to comment
Share on other sites

×
×
  • Create New...