M
matt urbanowski
Hi,
I have a stylesheet (.css) file with classes in e.g.
..csHeader_tdLogo
{
background-position: top left;
vertical-align: top;
background-image: url(Images/Header_Logo.gif);
width: 171px;
background-repeat: no-repeat;
height:50px;
}
Is there anyway in vb.net 2003 to read the value of the height in the
actual server-side code?
i.e. in VB, there is an object called 'Style'. Can we populate this
object with the values of .csHeader_tdLogo?
Thanks in advance,
Matt
I have a stylesheet (.css) file with classes in e.g.
..csHeader_tdLogo
{
background-position: top left;
vertical-align: top;
background-image: url(Images/Header_Logo.gif);
width: 171px;
background-repeat: no-repeat;
height:50px;
}
Is there anyway in vb.net 2003 to read the value of the height in the
actual server-side code?
i.e. in VB, there is an object called 'Style'. Can we populate this
object with the values of .csHeader_tdLogo?
Thanks in advance,
Matt