ckennerdale
Programmer
I have some CSS which works in IE. However I need to convert it to be netscape compliant as well (esp fopr the Mac) as was hoping for some help.
I reference the style sheet thus-
<link rel="STYLESHEET" type="text/css" href="style.css">
In line I reference the style classes thus-
<div id="divPlayerBackground" class="clsPlayerBackground">
and here is a sample of a couple of the classes-
.clsVolumeBar1
{
POSITION: absolute;
LEFT: 20px;
TOP: 8px;
BACKGROUND-COLOR: red;
WIDTH: 3px;
HEIGHT: 3px;
clip: rect(0 3 4 0);
Z-INDEX: 5;
}
.clsVolumeBar2
{
POSITION: absolute;
LEFT: 25px;
TOP: 7px;
BACKGROUND-COLOR: red;
WIDTH: 3px;
HEIGHT: 3px;
clip: rect(0 3 5 0);
Z-INDEX: 5;
}
Any help would be much appreciated Caspar Kennerdale
Senior Media Developer
I reference the style sheet thus-
<link rel="STYLESHEET" type="text/css" href="style.css">
In line I reference the style classes thus-
<div id="divPlayerBackground" class="clsPlayerBackground">
and here is a sample of a couple of the classes-
.clsVolumeBar1
{
POSITION: absolute;
LEFT: 20px;
TOP: 8px;
BACKGROUND-COLOR: red;
WIDTH: 3px;
HEIGHT: 3px;
clip: rect(0 3 4 0);
Z-INDEX: 5;
}
.clsVolumeBar2
{
POSITION: absolute;
LEFT: 25px;
TOP: 7px;
BACKGROUND-COLOR: red;
WIDTH: 3px;
HEIGHT: 3px;
clip: rect(0 3 5 0);
Z-INDEX: 5;
}
Any help would be much appreciated Caspar Kennerdale
Senior Media Developer