D
DamienS
Hi,
Is there any way to use CSS class with the CSS ID (not to be confused
with the ASP ID)?
eg,
<style type="text/css">
#Table_01
{
position:relative;
blah blah...
}
</style>
Refering to those in 'normal' HTML, you'd use the ID property (as
opposed to class), eg
<div id="Table_01"></div>
I can't figure out how to set these on serverside controls.
Thanks very much in advance,
DamienS
Is there any way to use CSS class with the CSS ID (not to be confused
with the ASP ID)?
eg,
<style type="text/css">
#Table_01
{
position:relative;
blah blah...
}
</style>
Refering to those in 'normal' HTML, you'd use the ID property (as
opposed to class), eg
<div id="Table_01"></div>
I can't figure out how to set these on serverside controls.
Thanks very much in advance,
DamienS