Sliding Panels Support Product Page
  In progress 
 Has anyone had trouble viewing Slidingpanels on Firefox 15?
 Reported  05 Oct 2012  14:04:57 
  1 
     has   this problem  
  05 Oct 2012  14:04:57 cinne worthington posted: 
 My panel content is not showing up in Firefox but looks great in Safari.www.renovation-design.com/work.htmlThe sliding panels are showing up fine in firefox on another page in the same site: www.renovation-design.com/inspiration.htmlI really like this effect of this sliding panel extension and have used it on quite a few sites I've designed and built.I am not a code writer - but I understand it a little.Your help is greatly appreciated and please let me know what additional information you
Extensions name - Sliding Panels 1.0.7
Browser version - Firefox 15.0.1 and Safari 5.1.7OS and Dreamweaver version - CS4
Screenshots -available
Test Page - www.renovation-design.com/work.html
Replies
 Replied 08 Oct 2012  06:17:58 
   08 Oct 2012  06:17:58 Vulcho Vulev replied: 
  Hello Cinne.
Did you applied some changes in the code of the extension?
Currently i see missing lines of code.
Can you please try to reapply extension on that page through the user interface?
Regards:Vulcho.
  Did you applied some changes in the code of the extension?
Currently i see missing lines of code.
Can you please try to reapply extension on that page through the user interface?
Regards:Vulcho.
 Replied 08 Oct 2012  20:49:47 
   08 Oct 2012  20:49:47 cinne worthington replied: 
  Hello Vulcho,
Really I could have changed the original code? I really have no idea how to do that. I have just made some changes to dmxslidingPanels.css default. Are you referring to the the dmxslidingPanels.js ?
Thank you for looking into this.
Cinne
 
  Really I could have changed the original code? I really have no idea how to do that. I have just made some changes to dmxslidingPanels.css default. Are you referring to the the dmxslidingPanels.js ?
Thank you for looking into this.
Cinne
 Replied 10 Oct 2012  23:19:08 
   10 Oct 2012  23:19:08 cinne worthington replied: 
  ]Hello again Vulcho,
I compared the code to a different site that has slidding Panels that are viewable on Firefox. I replaced the code I found missing (see below) and increased the min-height but panel content still does not show-up...the menus are visable though so how what coed is missing that is hiding the content?
Page not working- www.renovation-design.com/work.html
Coed replaced: was missing : zoom: 1; /* IE Fix */[/i][/i]
.dmxSlidingPanelsHeader {
overflow: visible;
float: left;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #CCC;
height: 70px;
zoom: 1; /* IE Fix */
}
.dmxSlidingPanelsFooter {
overflow: hidden;
width: 896px;
vertical-align: bottom;
zoom: 1; /* IE Fix */
Coed replaced: was missing : .dmxSlidingPanelsPage and min-height: 2500px;
.dmxSlidingPanelsPage {
overflow: visible;
padding: 10px;
min-height: 2500px;
}
.dmxSlidingPanelsView {
overflow: visible;
min-height: 2500px;
}
  I compared the code to a different site that has slidding Panels that are viewable on Firefox. I replaced the code I found missing (see below) and increased the min-height but panel content still does not show-up...the menus are visable though so how what coed is missing that is hiding the content?
Page not working- www.renovation-design.com/work.html
Coed replaced: was missing : zoom: 1; /* IE Fix */[/i][/i]
.dmxSlidingPanelsHeader {
overflow: visible;
float: left;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #CCC;
height: 70px;
zoom: 1; /* IE Fix */
}
.dmxSlidingPanelsFooter {
overflow: hidden;
width: 896px;
vertical-align: bottom;
zoom: 1; /* IE Fix */
Coed replaced: was missing : .dmxSlidingPanelsPage and min-height: 2500px;
.dmxSlidingPanelsPage {
overflow: visible;
padding: 10px;
min-height: 2500px;
}
.dmxSlidingPanelsView {
overflow: visible;
min-height: 2500px;
}
 Replied 11 Oct 2012  00:25:38 
   11 Oct 2012  00:25:38 Teodor Kuduschiev replied: 
  Hello,
Please send me your: work.html file to my email:
  Please send me your: work.html file to my email:


