Mac browser fine tuning
Dear list participants,
While fine tuning some css/html file for Mac browser, I still meet a couple of (6) problems (none of these problems appear in – at least – WinIE5.5 and WinIE6). I hope this list is not too overwhelming and I will be very thankful if anybody can help me, of coarse, also with one question at the time.
Regards,
Igor
1) For http://www.freeke.net/OPC/ , both on Mac/Safari and MacIE5, the CSS defined BUTTONS DON’T SHOW THEIR STYLE:
.buttondonker {
font-weight: bold;
line-height:1.4em;
text-decoration:none;
padding:0 10px;
}
a:link.buttondonker,
a:visited.buttondonker {
color: #fff;
border-left: 1px solid #CCC;
border-top: 1px solid #CCC;
border-right: 1px solid #222;
border-bottom: 1px solid #222;
background-color: #73799C;
}
a:hover.buttondonker {
color: #73799C;
border-left: 1px solid #222;
border-top: 1px solid #222;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background-color:#fff;
}
2) For http://www.freeke.net/OPC/ , only on Mac/Safari, the FILLINGS OF TABLE CELLS ARE NOT VISIBLE. They are defined as:
.zoekveld {
background-color: #EDEEF2;
padding: 10px;
}
3) For http://www.freeke.net/OPC/ , only on Mac/Safari, the FONT SPECIFICATIONS (both color and size) for .voorbeeld are NOT VISIBLE. They are defined as:
.voorbeeld,
.voorbeeld a,
.voorbeeld a:hover,
.voorbeeld a:visited,
td ul.inside,
td ul.inside a,
td ul.inside a:hover,
td ul.inside a:visited {
color: #73799C;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small;
/* BROWSERTRICK: false value for WinIE4/5 */
voice-family: "\"}\"";
voice-family:inherit;
font-size: x-small;
}
4) For http://www.freeke.net/OPC/zoeken_met_commandos.htm , only on Mac/Safari, the HEADER CELLS of table ‘zebratabel’ DON’T SHOW THEIR STYLING. They are defined as:
#zebratabel thead tr th {
background-color: #DCDDE6;
padding: 3px 8px;
border-right: 2px solid #fff;
}
5) For http://www.freeke.net/OPC/resultaten.htm, only on Mac/IE5, the SECONDARY NAVIGATION BAR (Alles selecteren | Alles deselecteren | Toevoegen aan bewaarset Download & mail | Zoekresultaat inperken) IS PRESENTED AS A LIST. It is defined as:
.contentknoppenbalk ul,
.contentknoppenbalk li {
margin:0;
padding:0;
list-style-type:none;
color:white;
background-color: #B9BCCD;
display:inline;
line-height:1.7em;
}
.contentknoppenbalk a {
color:#000;
position:relative;
background: transparent;
text-decoration:none;
padding:0 6px;
white-space:nowrap;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
}
.contentknoppenbalk a:hover {
background: #fff;
border-left: 1px solid #666;
border-top: 1px solid #666;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
6) And last but not least presumably quite an easy problem: how can I style the <a href> in the header of the ‘zebra table’ in http://www.freeke.net/OPC/resultaten.htm (Mac/IE5 problem)?







Bookmarks