Quote:
Originally Posted by setishock
Click save and reload when you have the code like you want it.
I went ahead a uploaded 2 filters in white. One at 50% and the other at 75%.
|
Hmmm... I've got the background showing up behind the text, so the CODE is working. My problem is that I can't seem to get the image to display as a transparency. I used your original PNG file (which didn't work), and then created a new 50% fill image that I saved as a gif (which didn't work). I am assuming I have to use an opacity command in there? Or not?
--------------- Added [DATE]1322335165[/DATE] at [TIME]1322335165[/TIME] ---------------
For what it's worth, here's what I ended up doing:
Code:
.breadcrumb > ul {background:
width:400px;
height:20px;
background-color:#ffffff;
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */;}
But interestingly, now that I see it, I don't like the transparency, LOL

But at least it worked

EDIT once I dialed it up to 85% it looks ok

Thanks for the help!