tags som virker sammen med Navigator X
Jeg er ved at lave en hjemme side og har den nyere udgave af MM som selv kan finde evt fejl.Jeg har IE 6 og lavet sitet i ASP jeg får flg. ting som der vil kunne ske fejl i ved at køre sitet i NN X og det har jeg ikke den stor interesse i.
Så jeg ville gerne have at nogle kunne gøre så disse ting kan køre som nu med IE og køre 100% på NN browserer også.
Tingene er:
<td colspan="10" valign="center" background="images/bottom.gif" width="780" height="19">
laver en evt fejl melding ved Valign og Background.
<table width="250" border=1 cellpadding="0" cellspacing="0" bordercolor="#000000">
laver evt fejl ved Bordercolor.
<br style="font-size: 4px">
denne type BR tags er ikke supported.
og en række evt fejl i min CSS fil:
body, td {
margin : 10px 0px 10px 0px;
Color: #000000;
Font-Family: Tahoma;
Font-Size: 9pt;
scrollbar-arrow-color:000000;
scrollbar-track-color:FFFFFF;
scrollbar-shadow-color:FFCC00;
scrollbar-face-color:FFFFFF;
scrollbar-highlight-color:FFCC00;
scrollbar-darkshadow-color:666666;
scrollbar-3dlight-color:666666;
}
.overskrift {
Color: #000000;
Font-Family: Tahoma;
Font-Size: 11pt;
Font-Weight: bold;
}
.copyright {
Color: #000000;
Font-Family: Tahoma;
Font-Size : 7pt;
}
.copyright2 {
Color: #FFFFFF;
Font-Family: Tahoma;
Font-Size : 7pt;
}
.counter {
Color: #000000;
Font-Family: Tahoma;
Font-Size : 8pt;
Font-Weight: bold;
}
.cnumber {
Color: ActiveCaption;
Font-Family: Tahoma;
Font-Size : 8pt;
Font-Weight: bold;
}
.linkname {
Color: #000000;
Font-Family: Verdana;
Font-Size: 8pt;
Font-Weight: bold;
text-decoration: none;
}
.behindlink {
Color: #000000;
Font-Family: Verdana;
Font-Size : 7pt;
Font-Weight: bold;
text-decoration: none;
}
A.ad:link {
Color: #049D00;
Font-Family: Tahoma;
Font-Size : 8pt;
Text-Decoration : none;
}
A.ad:visited {
Color: #049D00;
Font-Family: Tahoma;
Font-Size :8pt;
Text-Decoration : none;
}
A.ad:hover {
Color: #000000;
Font-Family: Tahoma;
Font-Size : 8pt;
Text-Decoration : underline;
}
A.cop:link {
Color: ActiveCaption;
Font-Family: Tahoma;
Font-Size : 7pt;
Text-Decoration : underline;
}
A.cop:visited {
Color: ActiveCaption;
Font-Family: Tahoma;
Font-Size :7pt;
Text-Decoration : underline;
}
A.cop:hover {
Color: #000000;
Font-Family: Tahoma;
Font-Size : 7pt;
Font-Weight: bold;
Text-Decoration : none;
}
A.top:link {
Color: Red;
Font-Family: Tahoma;
Font-Size : 10pt;
Text-Decoration : none;
}
A.top:visited {
Color: Red;
Font-Family: Tahoma;
Font-Size :10pt;
Text-Decoration : none;
}
A.top:hover {
Color: #000000;
Font-Family: Tahoma;
Font-Size : 10pt;
Text-Decoration : underline;
}
A.ml:link {
Color: ThreedDarkShadow;
Font-Family: Tahoma;
Font-Size : 9pt;
Font-Weight: bold;
Text-Decoration : none;
}
A.ml:visited {
Color: ThreedDarkShadow;
Font-Family: Tahoma;
Font-Size :9pt;
Font-Weight: bold;
Text-Decoration : none;
}
A.ml:hover {
Color: Red;
Font-Family: Tahoma;
Font-Size : 9pt;
Font-Weight: bold;
Text-Decoration : none;
}
A.ul:link {
Color: #FFFFFF;
Font-Family: Tahoma;
Font-Size : 10pt;
Font-Weight: bold;
Text-Decoration : none;
}
A.ul:visited {
Color: #FFFFFF;
Font-Family: Tahoma;
Font-Size :10pt;
Font-Weight: bold;
Text-Decoration : none;
}
A.ul:hover {
Color: #000000;
Font-Family: Tahoma;
Font-Size : 10pt;
Font-Weight: bold;
Text-Decoration : underline;
}
INPUT.Button {
background-color : InfoBackground;
BORDER : 2px solid #000000;
COLOR : #000000;
FONT-WEIGHT: bold;
FONT-FAMILY: tahoma, verdana, arial;
FONT-SIZE: 9pt
}
INPUT
{
BORDER-RIGHT: #000000 2px solid;
BORDER-TOP: #000000 2px solid;
BORDER-LEFT: #000000 2px solid;
BORDER-BOTTOM: #000000 2px solid;
background-color : #F0F8FF;
COLOR: #000000;
FONT-FAMILY: tahoma, verdana, arial;
FONT-SIZE: 9pt
}
Det køre perfekt i IE men den vil evt lave fejl i NN nogle der kan hjælpe !??
