|
PS - That little trick you're doing, the see-through background behind the text, it looks like $h!t using your mortal enemy, Internet Explorer 6. Try this code below, in your CSS:
filter:alpha(opacity=20);
background-color:Black;
Only I think you were using some flavor of gray. Just change the background color according to your taste, and the opacity, too. But this is working code to show you how to actually do that.
Well, maybe "working code" is a bit of a stretch. It's a proprietary IE hack. And it's also an ActiveX control, so it won't work on servers. But it's built into IE, so your visitors won't have to download anything else to view your site.
|