Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CSS help
#1
So i've laid out my site with mostly CSS. header, 2 columns and a footer.

Here is the CSS for my main column:
#main {
float:left;
width:550px;
padding-top: 38px;
background: url(../images/ground-content.gif) no-repeat center 19px;
opacity: 0.4;
filter: alpha(opacity=40);
}

#main p {
font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
text-align: left;
padding:0px 38px;
}

I have the opacity adjusted to allow the background image to show through the "ground-content.gif". It works great in mac and PC and IE even. However, it also makes my text fade too. So my question is how do I do the above, but w/o making the text transparent too?
Reply


Messages In This Thread
CSS help - by bazookaman - 02-14-2008, 07:19 PM
Re: CSS help - by Greg the dogsitter - 02-14-2008, 07:26 PM
Re: CSS help - by bazookaman - 02-14-2008, 07:33 PM
Re: CSS help - by M A V I C - 02-14-2008, 07:35 PM
Re: CSS help - by bazookaman - 02-14-2008, 07:42 PM
Re: CSS help - by M A V I C - 02-14-2008, 07:45 PM
Re: CSS help - by bazookaman - 02-14-2008, 07:49 PM
Re: CSS help - by M A V I C - 02-14-2008, 08:23 PM
Re: CSS help - by bazookaman - 02-14-2008, 08:37 PM
Re: CSS help - by bazookaman - 02-14-2008, 09:12 PM
Re: CSS help - by wolfcry911 - 02-15-2008, 12:50 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)