domerdel
05-27-2004, 11:35 PM
File: style.css
inside the file:
.bakleft {
background-attachment: fixed;
background-image: url(images/bakleft2.jpg);
background-repeat: no-repeat;
background-position: right top;
}
.bakright {
background-attachment: fixed;
background-image: url(images/bakright2.jpg);
background-repeat: no-repeat;
background-position: left top;
}
works great on PC. Can't get it to work on MAC: ie and safari.
I have a table 100% X 100% 3 columns, and i have the image class name on the left and right columns. what else do i need to apply for this to work properly on a mac?
inside the file:
.bakleft {
background-attachment: fixed;
background-image: url(images/bakleft2.jpg);
background-repeat: no-repeat;
background-position: right top;
}
.bakright {
background-attachment: fixed;
background-image: url(images/bakright2.jpg);
background-repeat: no-repeat;
background-position: left top;
}
works great on PC. Can't get it to work on MAC: ie and safari.
I have a table 100% X 100% 3 columns, and i have the image class name on the left and right columns. what else do i need to apply for this to work properly on a mac?