Hey,
i have the folling css in my file.
and the following html code.PHP Code:<style type="text/css">
body {
background-color:FFFFFF; background-image:url(http://pics.knightsofrage.net/test_background.jpg);
background-attachment:fixed;
background-position:Top center;
height:100%;
width:100%;
border-width:0;
border-style:ridge;
scrollbar-3dlight-color:;
scrollbar-darkshadow-color:;
cursor:Default;
color:FFFFFF !important;
font-family:Verdana;
}
table.poll
{
width:260px;
height:170px;
background-color:b1d0f0;
display:table;
border:1px;
border-color:FFFFFF;
border-width:thick;
}
table, tr, td {background:transparent; border:0px}
table table table {
border-width:1px;
border-color:#FFFFFF;
border-style:dashed;
.r{}
}
* html table.table12{
}
table.contactTable{
background-color:6699CC !important;
color:FFFFFF;
border-color:FF0000;
border-width:0px;
}
a.ctl00_Main_ctl00_UserContactLinks1_MailLink
{
border:0px;
}
input {background-color:transparent !important;}
td, span, div, input, a, table td div div font,
body div table tbody tr td font {
color:FFFFFF !important;
font-family:Verdana !important;
text-align:;
}
td, span, div, input, table td div div font,
body div table tbody tr td font {
color:FFFFFF !important;
font-family:Verdana !important;
text-align:;
}
body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited, .btext, .redbtext, .nametext {
color:FFFFFF !important;
font-family:Verdana !important;
text-align:;
}
a {
color:FFFFFF !important;
font-family:Verdana;
text-align:;
}
a:hover {
color:FFFFFF !important;
font-family:Verdana;
text-align:;
}
img { border:0;
}
Table, Td{
background-color:transparent;
}
table table table{
width:100%;
.r{}
}
table.poll, table.poll td
{
background-color:b1d0f0;
display:table;
border:1px;
border-bottom-color:#FFFFFF;
border-color:FFFFFF;
}
</style>
PHP Code:<form action="http://www.nightlance.com/poll.php" method="post" name="form1" target="_blank" id="form1">
<table width="200" border="1" class="poll">
<tr>
<td colspan="2"><div align="center">Testing my idea.</div></td>
</tr>
<tr>
<td>Yes
<label></label>
<label></label></td>
<td><input name="yes" type="checkbox" id="yes" value="yes" /></td>
</tr>
<tr>
<td>No</td>
<td><input name="no" type="checkbox" id="no" value="no" /></td>
</tr>
<tr>
<td><label>Suggestion</label></td>
<td><input name="change" type="text" id="change" /></td>
</tr>
<tr>
<td colspan="2"><label></label>
<div align="center">
<label>
<input type="submit" name="Submit" value="Submit" />
</label>
</div></td>
</tr>
</table>
</form>
the problem i am having is that my table with the class id of "poll" is not working correctly. I basically want it look like a table. witht he cells outligned with a color. It seams to display ok in dreamweaver, but when i post it to the site... it just displays the back ground color and nothing else.
can you help?
by the way.. the site i'm posting this is myspace.




Bookmarks