Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to make a DIV transparent?

Status
Not open for further replies.
Jan 11, 2007
51
0
0
Hello!

I have a footer that I am tryhing to make transparent. Currently, it show up as white?!

Code:
	<div style="clear: both;"></div>
	<div style="background: transparent; height:5px; float:left; width:625px;">
				<div style="float:left;"><img src="<%=Core.Config.Root%>/_img/_cpanel/corners/grey_bl.gif" /></div>
				<div style="float:right;"><img src="<%=Core.Config.Root%>/_img/_cpanel/corners/grey_br.gif" /></div>
			</div>
			<div style="background: transparent;padding:10px; float:left; width:625px;" align="center">
				Copyright &copy; 2007 All rights reserved. Privacy Policy
			</div>
		</div>

	</div>
</div>
</body>
</html>



Any clue to what could be making it white and not transparent?

Thank you!!

-- JQ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top