Now I want to use CMSMS to edit the content of the site.
Everything was going fine. I've one problem left wich I've want to solve but can't find what is going wrong.
Here do you you find the website before I installed CMSMS: http://www.atelierhandswork.nl/nieuw
and here the site wich build in with CMSMS: www.dvb-tv.nl
In the first site I've used a "down" button. Made with
Code: Select all
<ul><li>Code: Select all
#buttons ul {
height: 20px;
list-style: none;
overflow: hidden;
padding-left: 17px;
padding-bottom: 15px;
}
#buttons ul li {
display: inline;
float: left;
height: 35px;
float: left;
display: inline;
background-image: url(../images/buttons.jpg);
background-repeat: repeat-x;
background-position: left top;
}
#buttons ul li a {
height:35px;
width:auto;
float:left;
display: inline;
overflow: hidden;
text-decoration:none;
background-image: url(../images/buttons.jpg);
background-repeat: repeat-x;
background-position: top;
padding-top: 7px;
padding-right: 20px;
padding-bottom: 12px;
padding-left: 20px;
margin:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.6em;
font-style: italic;
font-weight: bold;
color: #FFFFFF;
}
#buttons ul li a:hover {
height:35px;
width:auto;
float:left;
display: inline;
overflow: hidden;
text-decoration:none;
background-image: url(../images/buttons_down.jpg);
background-repeat: repeat-x;
padding-top: 8px;
padding-right: 20px;
padding-bottom: 11px;
padding-left: 20px;
background-position: top;
margin:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.6em;
font-style: italic;
font-weight: bold;
color: #FFFFFF;
}
#buttons ul li.selected a {
background-image: url(../images/buttons_down.jpg);
background-repeat: repeat-x;
background-position: top;
}
#buttons ul li.selected a:hover {
background-image: url(../images/buttons_down.jpg);
background-repeat: repeat-x;
background-position: top;
}
In this template you can use .currentpage, but I don't now where to put this.
Can somebody help me?
Thanks!


