1 προσαρμογή κωδικα 29/8/2011, 02:07
kostas
- Κώδικας:
<form><div class="fieldHolder3">
<input type="text" name="field" class="textInput3" />
</div>
</form>
</div>
<style type="text/css">
.fieldHolder3
{
width: 222px;
height: 100px;
background: url(http://freeyourdesign.com/redesign/wp-content/themes/hargismdesign/img/tfbg.gif) no-repeat;
margin-left: 50px;
}
.textInput3
{
width: 170px;
height: 22px;
background: none;
border: none;
color: #fff;
margin-top: 43px;
margin-left: 25px;
}
*+html .textInput3
{
margin-left: -30px;
}
* html .textInput3
{
margin-left: -30px;
}
a.pc:link
{
color: #339966;
text-decoration: underline;
}
a.pc:visited
{
color: #00FFFF;
text-decoration: underline;
}
a.pc:hover
{
color: #FF0000;
text-decoration: underline;
}
a.pc:active
{
color: #FF00FF;
text-decoration: underline;
}
a.className:link, a.className:visited
{
color: #ff0000;
text-decoration: none;
}
a.className:hover, a.className:active
{
color: #00ff00;
text-decoration: underline;
}
.payform
{
padding: 0;
margin: 0;
margin-top: -10px;
margin-bottom: 30px;
}
.payform input.paybtn
{
padding: 0;
margin: 0;
border:none;
margin-left: 225px;
background: none;
}
</style>
έχω αυτόν τον κώδικα και θέλω να το προσαρμόσω για forum ... σε αδεια σελίδα δουλεύει και όταν τον βάλω κάπου στο forum δεν δουλεύει
τι να κάνω ?