Slight change made big issue and wont change back!

Permalink
I was editing a template and changed this

#container .top-menuzone {
   height:25px;
   width:1065px;
   margin-left:60px;
   background:url(images/topmenu.jpg) no-repeat;


to this

#container .top-menuzone {
   padding:25px 0px 0px 60px;
        height:25px;
   width:1065px;
   margin-left:60px;
   background:url(images/topmenu.jpg) no-repeat; 60px 30px


It made the menu appear as in the attached screen shot. Notice on the right the white arrows - those are addition items on the menu. Even when I change the code back to the original, the menu is staying the same.

1 Attachment

 
jasteele12 replied on at Permalink Reply
jasteele12
You probably need to clear your cache...

Also that 60px 30px at the end is not valid CSS.