Thank you!
Type: Posts; User: AshleyQuick; Keyword(s):
Thank you!
I've seen this design methodology a couple times (this site being the most recent)? Can someone point me to a tutorial/demo?
Site: 78violet.com/
Image w/ description tooltip v2.0
http://www.dynamicdrive.com/dynamicindex4/imagetooltip.htm
Hi! Is it possible to display a loading graphic/text while the script is retrieving the respective...
This solution worked for me on Wordpress as well. Thanks and God Bless!!
jQuery Scroll to Top Control
http://www.dynamicdrive.com/dynamicindex3/scrolltop.htm
Here's the jQuery/Supersleight script:
jQuery.fn.supersleight = function(settings) {
settings =...
In the meantime, here's a page that lists a bunch of rgb color names that will work:
http://www.keller.com/rgb.html
Hi!
Any update on this? Same issue here. :)
Ashley
I should have mentioned I'd like to use a different icon for each. What's the most efficient way? Thanks for the help thus far!
1) Script Title: Glossy Accordion Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-glossy.htm
3) Describe problem: When attempting to add an icon beside...
Nice! I like that better!
No padding. Just noticed the problem is with IE6 (which is what I was testing in at the time). With 0, the page opens with the panel expanded. When you try to close it, it begins but reverts back...
Probably, let me check
DD Drop Down Panel
http://www.dynamicdrive.com/dynamicindex17/dddropdownpanel.htm
In stateconfig: {initial: "1px", persiststate: true}, is there a way to have it completely hidden? I tried 0...
Here's something similar using Mootools. Click the thumbnails in the section entitled "Website Samples"
http://www.xhtml-css.eu/
Exactly but I like the way the DD script is implemented.
Dom Image Rollover v.3.0
http://www.dynamicdrive.com/dynamicindex15/domroll.htm
Hi, Is there a modification that will fade the image in and out?
OK, I've created two demos to show how the content shifts depending on the amount of characters used...
http://gradenusa.com/test/test.html
http://gradenusa.com/test/test2.html
DD Drop Down Panel
http://www.dynamicdrive.com/dynamici...pdownpanel.htm
<div id="mypaneltab" class="ddpaneltab"> shifts my entire page to the left. The movement, I've found, depends on how...
Drown Down/Overlapping Content Script
http://www.dynamicdrive.com/dynamicindex5/overlapcontent.htm
Is is possible to modify this so that the div fades out slowly on mouseleave? It's great...
These:
<a href="#" onClick="ddaccordion.expandone('header', 0); return false">
...right in front of my eyes in the demo...not sure how I missed it before :)
K, found the issue. In the "header" style, I had the following:
.header {
cursor: hand;
cursor: pointer;
margin: 24px 0px 24px 0px;
}
these 24px margins on the top and bottom made it...
Hi!
http://www.terrazia.com/bu/index.php
In Firefox and IE, it's not smooth and it seems to snap into position at the end of the animation.
1) Script Title: Accordion Content
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/ddaccordion.htm
3) Describe problem: Is there a common reason for this? Also, how can I...
YAY!!!!!!!!!!!!!! Works wonderfully, thank you so much! Merry Christmas :)
Hi John,
No problem on the new thread next time. To fix the height issue, I simply needed to add a min-height to the outer container. My code resides on a company intranet so unfortunately I...