I have a very long style sheet that will not retain the changes I make. There is a certain point in the sheet where it just stops, it doesn't finish the code. Whatever I put after this point will work when I hit "apply" but when I hit "save", it disappears:
Code: Select all
#catControls {
margin-top: 125px;
margin-left: 50px;
}
.control {
display:block;
wi
Code: Select all
#catControls {
margin-top: 125px;
margin-left: 50px;
}
.control {
display:block;
width:39px;
height:263px;
height:65px;
text-indent:-10000px;
position: absolute;
cursor: pointer;
}
#leftControl {
float: left;
float: right;
top:0;
margin-top: -57px;
margin-left:930px;
background:transparent url(images/control_left.jpg) no-repeat 0 0;
}
#rightControl {
float: right;
top:0;
margin-top: -57px;
margin-left: 965px;
background:transparent url(images/control_right.jpg) no-repeat 0 0;
}
.slide img {
float:right;
margin:0 15px;
}