I'm pretty new to style sheets.. in fact I only been working on them for like a week now.. what I want to know is..
when you are in your browser.. for example your ie.. and you click on view and then text size.. is there a way you can have it to where they can't change the size of the font...
When i have it on medium all the text looks fine.. but when I bump it to largest.. everything is out of wack.. IS there a way if the user clicks on the largest view that the font will remain the same ??
heres what I have..
body{
font-family: Verdana;
font-size: 10px;
color: #ffffff;
background-color: #36430D;
margin: 0px;
}
A:link {
COLOR: #ffffff; TEXT-DECORATION: none
}
A:visited {
COLOR: #ffffff; TEXT-DECORATION: none
}
A:hover {
COLOR: #556B14; TEXT-DECORATION: none
}
A:active {
COLOR: #ffffff; TEXT-DECORATION: none
}
.main {
font-family: verdana;
font-size: 10px;
color: #ffffff;
}
.header {
font-family: verdana;
font-size: 10px;
color: #556B14;
}
THanks
when you are in your browser.. for example your ie.. and you click on view and then text size.. is there a way you can have it to where they can't change the size of the font...
When i have it on medium all the text looks fine.. but when I bump it to largest.. everything is out of wack.. IS there a way if the user clicks on the largest view that the font will remain the same ??
heres what I have..
body{
font-family: Verdana;
font-size: 10px;
color: #ffffff;
background-color: #36430D;
margin: 0px;
}
A:link {
COLOR: #ffffff; TEXT-DECORATION: none
}
A:visited {
COLOR: #ffffff; TEXT-DECORATION: none
}
A:hover {
COLOR: #556B14; TEXT-DECORATION: none
}
A:active {
COLOR: #ffffff; TEXT-DECORATION: none
}
.main {
font-family: verdana;
font-size: 10px;
color: #ffffff;
}
.header {
font-family: verdana;
font-size: 10px;
color: #556B14;
}
THanks