Neil1
05-28-2014, 02:10 PM
1) Side Push Menu
2) http://www.dynamicdrive.com/dynamicindex1/pushmenu.htm
3) Is there a) anyway to remove the fa fa-bars icon currently used to open the side menu and instead use solely the toggle option to control it (<a href="#" onClick="menu1.toggle(); return false" class="toggleitem">Toggle Menu</a>) with the link for the toggle being applied to a (preferably absolutely positioned) image?
To try and work it out I simply changed the CSS to hide the default fa fa-bars then replaced Toggle Menu with the image I wanted but as soon as I switched from test to image the link stopped functioning (Same problem when using H1, H2 etc instead of just default text).
Given it refers to fa fa-bars in the JS file I assume if what I want to do is possible it in here that needs the change but unfortunately my usage of JS is pretty much only at a copy > paste > cross fingers and hope level.
Any help greatly appreciated - Thanks.
2) http://www.dynamicdrive.com/dynamicindex1/pushmenu.htm
3) Is there a) anyway to remove the fa fa-bars icon currently used to open the side menu and instead use solely the toggle option to control it (<a href="#" onClick="menu1.toggle(); return false" class="toggleitem">Toggle Menu</a>) with the link for the toggle being applied to a (preferably absolutely positioned) image?
To try and work it out I simply changed the CSS to hide the default fa fa-bars then replaced Toggle Menu with the image I wanted but as soon as I switched from test to image the link stopped functioning (Same problem when using H1, H2 etc instead of just default text).
Given it refers to fa fa-bars in the JS file I assume if what I want to do is possible it in here that needs the change but unfortunately my usage of JS is pretty much only at a copy > paste > cross fingers and hope level.
Any help greatly appreciated - Thanks.