ValMen Posted September 7, 2011 Report Share Posted September 7, 2011 Ola estou utilizando uma página comum de html em um programa interativo, estou precisando fazer ela ficar transparente, tem como?<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Untitled Document</title><style type="text/css"><!--.style2 {font-family: Arial, Helvetica, sans-serif}.style3 { font-weight: bold; font-size: 14px;}-->A{color:#000000; FONT: bold; text-decoration:none}all.clsMenuItemNS {COLOR: gray; FONT: bold x-small Verdana; TEXT-DECORATION: none}.clsMenuItemIE {COLOR: gray; CURSOR: hand; FONT: bold xx-small Verdana; TEXT-DECORATION: none}A:hover {COLOR: red}</style></head><body>Me ajudem!!!! Quote Link to comment Share on other sites More sharing options...
Question
ValMen
Ola estou utilizando uma página comum de html em um programa interativo, estou precisando fazer ela ficar transparente, tem como?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style2 {font-family: Arial, Helvetica, sans-serif}
.style3 {
font-weight: bold;
font-size: 14px;
}
-->
A{color:#000000; FONT: bold; text-decoration:none}
all.clsMenuItemNS {
COLOR: gray; FONT: bold x-small Verdana; TEXT-DECORATION: none
}
.clsMenuItemIE {
COLOR: gray; CURSOR: hand; FONT: bold xx-small Verdana; TEXT-DECORATION: none
}
A:hover {
COLOR: red
}
</style>
</head>
<body>
Me ajudem!!!!
Link to comment
Share on other sites
0 answers to this question
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.