Hi,
First time so lets see....


Working with HTML+CSS+ASP, in ASP file using a class name as a variable see beneed this line:


<td  class=<%= midyellow %>valign=top>

the <%midyellow %> ia a ASP variable.

In my CSS file there are two classes on witch could be into the ASP variable:

td.center_page
{
 width:346px;
 background-color:#FFDA03;
 height:100%;
 padding-left:20px;
 padding-right:10px;
 padding-top:10px;
}


td.center_page_full { width:526px; background-color:#FFDA03; height:100%; padding-left:20px; padding-right:10px; padding-top:10px; }

using this, the paddings will not work!!

Please help me out in this....

_________________________________________________________________
Nooit ongewenste berichten ontvangen: gebruik MSN Messenger http://messenger.msn.nl/


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to