P
Peter
Hi
I have noticed the the following behaviour with my stylesheet settings. If
I include the following line in my aspx page, no matter what font size I
change in my CSS file, it has no effects on my controls but the font-family
DOES change my font but only the size doesn't change at all. If I
completely leave this line out of my documents, everything seems to work
normally.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
style.css
*.mytext {
font-size : "x-small";
font-family : "Comic Sans MS";
font-weight : bold;
color : #333333;
}
Can someone explain why that happens and what's the default markup language
version if I leave it out ?
Thanks
Peter
I have noticed the the following behaviour with my stylesheet settings. If
I include the following line in my aspx page, no matter what font size I
change in my CSS file, it has no effects on my controls but the font-family
DOES change my font but only the size doesn't change at all. If I
completely leave this line out of my documents, everything seems to work
normally.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
style.css
*.mytext {
font-size : "x-small";
font-family : "Comic Sans MS";
font-weight : bold;
color : #333333;
}
Can someone explain why that happens and what's the default markup language
version if I leave it out ?
Thanks
Peter