jwk811 Posted December 8, 2006 Share Posted December 8, 2006 i have a background image with css and i want to have my banner at the top blend the white of that pic so that the background will come through to the banner.. im making it sound complicated but im pretty sure its something very easy but im not sure how to do it.. thanks for the help! Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted December 9, 2006 Share Posted December 9, 2006 Is the banner an image with a white background? If it is edit the banner in an image editor such as Photoshop/Fireworks and then convert the image to a GIF and make it have a transparent background.Is that what you mean? If its not, could you explain what you're trying to do in more detail, or illustrate what you're trying to do by uploading an image. Quote Link to comment Share on other sites More sharing options...
master82 Posted December 9, 2006 Share Posted December 9, 2006 Assign the banner a class in the HTML code (eg <IMG... width="100" class="name"> ), and in the CSS have the following to make the banner and page background visable[code].name {filter:alpha(opacity=70); }[/code] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.