unsider Posted March 9, 2008 Share Posted March 9, 2008 I've been looking for a good script online that I can incorporate into my site that has all of these artibutes: does not affect url smooth transistion (some can be rough, i think, maybe it was the site, sorry for my ignorance) incorporates image into it (up, down/plus, negative) all similar to this website, but without the URL change Sorry if this question has been asked plenty of times before. Thanks. Quote Link to comment Share on other sites More sharing options...
haku Posted March 9, 2008 Share Posted March 9, 2008 I have absolutely no idea what you are talking about. What kind of script? What is the goal? Quote Link to comment Share on other sites More sharing options...
unsider Posted March 10, 2008 Author Share Posted March 10, 2008 Javascript that allows users to collapse/expand tables, similar to the one at the top of this forum, that expands/collapses "Hello username newsbar" And I assumed people would know what I was talking about, error on my part. Example, segment of code from the source of this forum... <script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[ var current_header = false; function shrinkHeader(mode) { smf_setThemeOption("collapse_header", mode ? 1 : 0, null, "97716159925285cfe60fe24bc324cc9d"); document.getElementById("upshrink").src = smf_images_url + (mode ? "/upshrink2.gif" : "/upshrink.gif"); document.getElementById("upshrinkHeader").style.display = mode ? "none" : ""; document.getElementById("upshrinkHeader2").style.display = mode ? "none" : ""; current_header = mode; } // ]]></script> Quote Link to comment Share on other sites More sharing options...
haku Posted March 10, 2008 Share Posted March 10, 2008 I see what you mean. I don't know any download-able scripts for that though - I don't use 3rd party scripts, I only write my own. Quote Link to comment Share on other sites More sharing options...
unsider Posted March 10, 2008 Author Share Posted March 10, 2008 I think that's ultimately what I plan to do, but I just figured I'd try to find something convinient. Makes it easier. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.