ciao a tutti, sto facendo delle prove sul mio sito.
utilizzo un font particolare, e per evitare problemi ho definito nel mio font-family anche un carattere standard, in modo da non aver problemi di visualizzaizone.
solo che con firefox vedo tutto correttamente, invece, con ie non vedo le scritte se tolgo il font particolare. è come se ie non leggesse il secondo font del font-family e,visto che non trova il primo, non mi fa vedere niente.
posto il css:
grazie!
-------------- CODE ----------------
BODY
{
BACKGROUND-IMAGE: url(Sfondo.jpg);
font-family: Flintstone,Verdana;
}
.homeBody {
background-image: url(sfondoColor.gif);
background-repeat: repeat;
}
A.textArancio
{
font-size: larger;
COLOR: #ff8000;
TEXT-DECORATION: none;
}
A.textArancio:hover
{
FONT-WEIGHT: bold;
COLOR: #ff8000;
TEXT-DECORATION: none;
}
A.textVerde
{
FONT-WEIGHT: bold;
COLOR: green;
TEXT-DECORATION: none
}
A.textVerde:hover
{
FONT-WEIGHT: bold;
COLOR: green;
TEXT-DECORATION: none
}
A.link_menu
{
BORDER-TOP-WIDTH: 0px;
BORDER-LEFT-WIDTH: 0px;
BORDER-BOTTOM-WIDTH: 0px;
BORDER-RIGHT-WIDTH: 0px;
text-decoration: none;
vertical-align: middle;
}
.img_menu
{
BORDER-RIGHT: 0px;
BORDER-TOP: 0px;
BORDER-LEFT: 0px;
BORDER-BOTTOM: 0px;
border: 0;
}
TABLE.pageTitle
{
BORDER-RIGHT: red solid;
BORDER-TOP: red solid;
BORDER-LEFT: red solid;
BORDER-BOTTOM: red solid
}
TD.pageTitle
{
BORDER-RIGHT: teal solid;
BORDER-TOP: teal solid;
BORDER-LEFT: teal solid;
BORDER-BOTTOM: teal solid;
BACKGROUND-COLOR: paleturquoise;
}
.tableList {
}
.tableFoto {
width: 100%;
vertical-align: top;
height: 100%;
}
.linkMenu
{
BORDER-RIGHT: solid;
BORDER-TOP: solid;
BORDER-LEFT: solid;
COLOR: Black;
BORDER-BOTTOM: solid;
BACKGROUND-COLOR: White;
TEXT-ALIGN: center;
TEXT-DECORATION: none;
border: thin solid;
font-weight: 500;
padding-left: 0;
padding-right: 0;
font-size: small;
height: 20;
vertical-align: middle;
}
.linkMenuHover
{
BORDER-RIGHT: solid;
BORDER-TOP: solid;
BORDER-LEFT: solid;
COLOR: White;
BORDER-BOTTOM: solid;
BACKGROUND-COLOR: #F1EBAF;
TEXT-ALIGN: center;
TEXT-DECORATION: none;
border: thin solid;
font-weight: 500;
font-size: small;
padding-left: 0;
padding-right: 0;
height: 20;
}
.linkMenu.visited
{
BORDER-RIGHT: solid;
BORDER-TOP: solid;
BORDER-LEFT: solid;
COLOR: White;
BORDER-BOTTOM: solid;
BACKGROUND-COLOR: #F1EBAF;
TEXT-ALIGN: center;
TEXT-DECORATION: none;
border: thin solid;
font-weight: 500;
font-size: small;
padding-left: 0;
padding-right: 0;
height: 20;
}
.linkMenuActive
{
BORDER-RIGHT: #C0E1EB solid;
BORDER-TOP: #C0E1EB solid;
BORDER-LEFT: #C0E1EB solid;
COLOR: White;
BORDER-BOTTOM: #C0E1EB solid;
BACKGROUND-COLOR: #C0E1EB;
TEXT-ALIGN: center;
TEXT-DECORATION: none;
border: thin solid #C0E1EB;
font-weight: 500;
font-size: small;
padding-left: 0;
padding-right: 0;
height: 20;
}
.linkMenuActive:hover
{
BORDER-RIGHT: #C0E1EB solid;
BORDER-TOP: #C0E1EB solid;
BORDER-LEFT: #C0E1EB solid;
COLOR: White;
BORDER-BOTTOM:#C0E1EB solid;
BACKGROUND-COLOR: #C0E1EB;
TEXT-ALIGN: center;
TEXT-DECORATION: none;
border: medium solid #C0E1EB;
font-weight: 500;
font-size: small;
padding-left: 0;
padding-right: 0;
height: 20;
}
.linkMenuActive.vivited
{
BORDER-RIGHT: #C0E1EB solid;
BORDER-TOP: #C0E1EB solid;
BORDER-LEFT: #C0E1EB solid;
COLOR: White;
BORDER-BOTTOM:#C0E1EB solid;
BACKGROUND-COLOR: #C0E1EB;
TEXT-ALIGN: center;
TEXT-DECORATION: none;
border: medium solid #C0E1EB;
font-weight: 500;
font-size: small;
padding-left: 0;
padding-right: 0;
height: 20;
}
.simpleLink
{
text-decoration: none;
border: 0;
color: Aqua;
border-style: none;
}
.simpleLink:hover
{
TEXT-DECORATION: none;
border: 0;
color: Aqua;
border-style: none;
}
.simpleLink.visited
{
TEXT-DECORATION: none;
border: 0;
color: Aqua;
border-style: none;
}
BODY.menuBody
{
background-repeat: repeat-x;
background-position: center;
background-image: url(sfondeVert.GIF);
vertical-align: middle;
margin-top: 7;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
}
.tableFoto {
vertical-align: top;
border: 0;
}
.tableList {
}
.scrollImage {
}
.2scrollImage {
width: 100%;
height: 100%;
}
.smallImage {
width: 40;
height: 30;
}
.textGiallo
{
FONT-WEIGHT: bold;
COLOR: #E7E800;
TEXT-DECORATION: none;
}
.textBlu
{
FONT-WEIGHT: bold;
COLOR: Blue;
TEXT-DECORATION: none;
}
.textRosso
{
FONT-WEIGHT: bold;
COLOR: #EE0000;
}
.textArancio
{
FONT-WEIGHT: bold;
COLOR: #ff8000;
TEXT-DECORATION: none;
}
.contornoArancio {
border-bottom-color: #ff8000;
border-bottom-width: medium;
border-left-color: #ff8000;
border-left-width: medium;
border-right-color: #ff8000;
border-right-width: medium;
border-top-color: #ff8000;
border-top-width: medium;
border-bottom-style: solid;
border-left-style: solid;
border-top-style: solid;
border-right-style: solid;
height: 380px;
border-width: 5;
border-spacing: 0;
}
.contornoVerde {
border-bottom-color: green;
border-bottom-width: medium;
border-left-color: green;
border-left-width: medium;
border-right-color: green;
border-right-width: medium;
border-top-color: green;
border-top-width: medium;
border-bottom-style: solid;
border-left-style: solid;
border-top-style: solid;
border-right-style: solid;
height: 370px;
overflow: scroll;
border-spacing: 0;
border-width: 5;
}
.contornoVerdeNoScroll {
border-bottom-color: green;
border-bottom-width: medium;
border-left-color: green;
border-left-width: medium;
border-right-color: green;
border-right-width: medium;
border-top-color: green;
border-top-width: medium;
border-bottom-style: solid;
border-left-style: solid;
border-top-style: solid;
border-right-style: solid;
height: 370px;
border-spacing: 0;
border-width: 5;
}
.titleList {
font-size: x-large;
}
.frameList {
width: 99%;
height: 340px;
border: 0;
}
.imgList {
width: 200px;
height: 150px;
border-bottom: solid #ff8000;
border-top: solid #ff8000;
border-left: solid green;
border-right: solid green;
border-spacing: 0;
}
.simpleImg {
border: 0;
border-spacing: 0;
}
------------- FINE CODE -----------