![]() |
|
#21
|
||||
|
||||
|
OK- I do not know if it a Firefox thing or what, but my set up looks different.
Can I just click on this general "use default options" box? Sorry to be such a pest, but this is friggin KILLING me!
__________________
JerzeeDevil Forums |
|
#22
|
||||
|
||||
|
Quote:
God, do I owe you a solid, thanks SO MUCH for bearing with me and all of my tardishness! I wonder why the code doesn't work in Firefox, I wonder about other browsers?!Either way, you have a special place in Valhalla waiting for you and your patience. ![]() RL
__________________
JerzeeDevil Forums |
|
#23
|
|||
|
|||
|
Firefox does not display the Red X's
You are missing some images, I know I have seen posts around here about the collapse button missing... |
|
#24
|
||||
|
||||
|
Quote:
__________________
JerzeeDevil Forums |
|
#25
|
|||
|
|||
|
Wow, I didn't even know this thread existed, whats up guys?
I am the owner of the The 47 Ronin site: www.47r-squad.com |
|
#26
|
|||
|
|||
|
Quote:
|
|
#27
|
|||
|
|||
|
I agree. Actually he pointed me to the site with the code but it just left me confused...but I am still trying.
|
|
#28
|
|||
|
|||
|
it has to do with this class
Code:
class="sliding-element" Code:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script type="text/javascript">
var $sq = jQuery.noConflict();
$sq(document).ready(function() {
$sq('#sliding-navigation').slide({
time: 50,
multiplier: .6
});
$sq(".tsktest").on({
mouseenter:
function() {
var tid = $sq(this).attr("id");
$sq(".tsk_prep #prep_"+tid).delay(1000).fadeIn(200);
},
mouseleave:
function() {
var tid = $sq(this).attr("id");
$sq(".tsk_prep #prep_"+tid).fadeOut(200);
}
});
});
</script> <script>
(function($) {
$.fn.extend({
slide: function(options) {
var defaults = {
pad_out: 25,
pad_in: 15,
time: 150,
multiplier: .8
}
var ops = $.extend(defaults, options);
return this.each(function() {
var $list_elements = $(this).find('li');
var $link_elements = $list_elements.find('a');
var timer = 0;
$list_elements.each(function() {
//$(this).css("margin-left","-180px");
timer = (timer*ops.multiplier + ops.time);
$(this).animate({ marginLeft: "1px" }, timer);
//$(this).animate({ marginLeft: "845px" }, timer);
$(this).animate({ marginLeft: "1px" }, timer);
});
$link_elements.each(function() {
$(this).hover(
function() {
$(this).animate({ paddingLeft: ops.pad_out }, 150);
},
function() {
$(this).animate({ paddingLeft: ops.pad_in }, 150);
}
);
});
});
}
});
})(jQuery);
</script>
|
|
#29
|
|||
|
|||
|
and the CSS (which I would put in the addtional.css template)
Code:
/*--------- sliding menu css ----------------*/
#navigation-block {
position:relative;
top:0px;
left:0px;
}
ul#sliding-navigation
{
list-style: none;
font-size: .75em;
margin: 0px 0;
padding: 0;
}
ul#sliding-navigation li.sliding-element h3{
z-index:10000;
display: block;
width: 166px;
padding: 5px 10px;
margin: 0;
margin-bottom: 0px;
}
ul#sliding-navigation li.sliding-element a{
font-size:12px!important;
z-index:10000;
display: block;
/*width: 155px;*/
padding: 5px 15px;
margin: 0;
margin-bottom: 0px;
}
ul#sliding-navigation li.sliding-element h3
{
color: #c81919;font-size:12px;
background-color:#550801;
background-image: url(images/47ronind3/47ronind3_blockheadbg.png);
background-repeat: repeat-x;
font-weight: normal;
}
ul#sliding-navigation li.sliding-element a
{
color: #CCC;
background-color:#060606;
background-image: url(images/47ronind3/47ronind3_alt1.png) ;
background-position:bottom left;
background-repeat: repeat-x;
border: 1px solid #1b1814;
text-decoration: none;
}
ul#sliding-navigation li.sliding-element a:hover { color: #c81919; }
/* newpage */
.newpagewrap{
height: auto;
width: 100%;
position:relative;clear:both;
}
.newpageL {
height: auto;
float: left;
width: 190px;
}
.newpageC{
vertical-align:top;
margin-top: 0;
margin-right: 190px;
margin-bottom: 0px;
margin-left: 190px;
}
.newpageR {
position:relative;
height: auto;
float: right;
width: 190px;
}
|
|
#30
|
||||
|
||||
|
You guys are too smart for me!
__________________
JerzeeDevil Forums |
|
#31
|
|||
|
|||
|
Quote:
|
|
#32
|
|||
|
|||
|
I might consider releasing the XML to the public for easier install. The whole thing was customized for my needs, so I wouldn't know if it would match with everyone's site.
|
|
#33
|
|||
|
|||
|
OK...just a couple stupid newbie questions.....
Do I need to make a new file to put the jquery stuff in? Also, is the something that you have to download and upload for the jquery? Told you they were stupid newbie questions. And do you just make and upload a color block for the links to come out from? If so, what size should the block be? And how can I change the color of the menu itself and/or the tiltle bars like "Homepage" on the 47 Ronin site? I'm getting there but need these answers, please. Thank you... |
|
#34
|
|||
|
|||
|
Quote:
It is CSS, any images used are listed inside of the above CSS code Edit the CSS code posted above to match the colors of your site. |
|
#35
|
|||
|
|||
|
Quote:
![]() Thanks again... |
|
#36
|
|||
|
|||
|
Quote:
let us know how it goes
|
|
#37
|
|||
|
|||
|
So...how things go for you guys?
Is it working for you guys? |
|
#38
|
|||
|
|||
|
it toke me awhile to work it out but i love it thanx thecore762
|
|
#39
|
|||
|
|||
|
Quote:
Wanna send me the link so I can check it out too? :P |
|
#40
|
|||
|
|||
|
its been sent ive done some modifying to suit my theme but works great.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to add another seperate Site Navigation module. | Magik | "How Do I..." Questions | 2 | 04-30-2007 10:24 AM |
| Site Navigation Module | sensimilla | Troubleshooting & Problems | 8 | 11-22-2006 01:01 PM |
| Site Navigation module problems | LiverpoolB | "How Do I..." Questions | 1 | 11-15-2006 02:25 PM |
| Site Navigation Module | Exitilus | Troubleshooting & Problems | 2 | 10-12-2006 11:39 AM |
| site navigation module | rsriverrat | "How Do I..." Questions | 1 | 02-02-2006 01:31 AM |