- link flicker in all IE browsers 18 weeks 4 days ago
Hi,
I am using a script to set a background on a div that appears behind a navigation menu. Unfortunately this is causing the nav items in the drop-down menu to flicker when they are hovered over in any IE browser. Before I post all the code, does anyone have any solutions to stop the flickering? Thanks in advance.
http://www.jontakiff.com/lifebook2
- Scriptaculous drag and drop issue 18 weeks 2 days ago
I've been banging my head against a brick wall with this for an hour now!
According to the documentation, this little snippet I've put together:
Code:
<div id="draggable">drag me</div>
<div id="droppable">drop here</div>
<script>
new Draggable ('draggable', {revert: 'failure'});
Droppables.add ('droppable');
</script>
...should mean that when the dragged element is dragged onto the droppable element, it stays there when you release the mouse.
Suffice to say, it doesn't!
Anyone able to help me work out why? Of course, if I'm going about it the wrong way, a friendly hand in the right direction would be most appreciated :)
- Drop Down Menu 2 weeks 5 days ago
Hey there,
Does anyone have some script for a nice dropdown menu, preferably built out of floated <ul> elements (not sure if there's any other way to do it). I would also like them to cascade into 2 or 3 sub levels if possible. Any help would be much appreciated. I have used a drop down created by a menu generator site previously and it is inadequate so I am desperate to replace it.
thanks guys
- Drop Down Menu Problems 3 weeks 6 days ago
Hi all
I've been trying all day to get this drop down menu working. The code works fine when the menu is text only but I'm using background images for the buttons normal and hover states. The main problem is that the image used of the nav button is being shown in place of the drop down menu buttons, also when I roll off the button on to the drop down menu I want the button stay on the hover state but it goes back to the normal state.
Here is a link to a stripped down version and an image of what I'm trying to achieve.
Any help with this would be greatly appreciated
http://www.ttmt.org.uk/dropdown/
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- A Messed up CSS Drop Down Menu 4 weeks 5 days ago
I'm trying to make a simple css dropdown menu for one link in my nav bar.
The website is:
http://www.blanchetrocker.com/
If you hover above "Products", you should see a drop down, but a few of the below layers overlap it, including the flash object, which cuts off submenu items.
It seems to me that the rest of the page is overlapping the dropdown menu when you hover over it, so as soon as you leave the little box that you originally hover over to see the submenu, the rest of the menu disappears.
Also, none of the other links work yet either because I was just trying to get this dropdown to work initially.
Any help is greatly appreciated!
- js dropdown menu help, please 4 weeks 12 hours ago
I have a working drop down menu on my "Facebook" icon at the top of my website.
www.billboardfamily.com
The menu works fine, but I would like for it to open to the left of the icon... should look something like the attached pic.
I do not know enough about js to make this happen, any help would be great. Thanks in advance!
anylinkmenu.js
Code:
//** AnyLink JS Drop Down Menu v2.0- (c) Dynamic Drive DHTML code library: http://www.dynamicdrive.com
//** Script Download/ instructions page: http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
//** January 29th, 2009: Script Creation date
//**May 22nd, 09': v2.1
- Menu shows text underneath 5 weeks 1 day ago
Hi,
I've justed added a css horizontal menu (with drop downs) to the site i am working on and for some reason in firefox and safari on a mac the drop downs always display behind the sites content. I've tried moving the css for the menu to different places in the html but this does not seem to fix the problem. The menu was supplied by a css generator. Checking on a pc the menu does not have this problem.
I've attached the code below, can you let me know if there is anything that would do that in the css?
.jqueryslidemenu{
font: font-family: Georgia, "Times New Roman", Times, serif;;
background: #000;
width: 100%;
}
.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
- JQuery Multilevel Drop Down Menu 19 weeks 6 days ago
I have been building my first JQuery drop down menu. Using a script studied I have been able to build a simple drop down menu. But, now I want to add multilevel support to it.
Honestly, I have no idea how to go about doing so. So, I'm looking to someone to help me out.
Here is a link to the page: link
And now here is the code:
HTML
Code:
<div id="menubar">
<ul id="jsddm">
<li><a href="#"><img src="images/fyhbtns.png" border="0" /></a></li>
<li><a href="#"><img src="images/fyhbtns-02.png" border="0" /></a>
- drop down menu: dotted border and solid border in one line 2 weeks 2 days ago
Hi,
How can I use css to make the dotted border and solid border in one line in a drop down menu this site,
http://blip.tv/
here is the image I highlighted the line that I meant above,
here is the link of the drop menu which I fail to make the line like above. what I get is either a total solid border or dotted border, and I can't have them both dynamical like the site above.
http://quack-project.net/tmp/list_2.htm
some abstract of the css,
Code:
/* drop down menu local level 1 */
#footer > ul > li {
float:left;
margin:0px 15px 0px 0px;
}