I have a navigation menu that has a flyin effect for each item using Javascript. Right now, The Javascript flys in a picture (in the same location) no matter what item you hover over....
I would like a shape with text on it (could be an image already made) to flyout of a horizontal navigation menu when hovered over and fly back when the mouse leaves. Similar to a standard flyout but...
I have some DIVs on top of DIVs for a trasparent effect. How can I have them grow vertically when the content grows beyond them? I have looked into this (.clear { clear: both; }) method but cannot...
I have some DIVs stacked on top of each other to achieve an opacity look and everything is working OK. But, I would like to put a logo in the top left corner of the main content window and the left...
I have a horizontal menu bar and would like to add this fancy piece to it. When the user does a rollover of a menu option, it will play a small movie clip (no audio) in a little box next to the menu...
I have read several articels and found a handful of fixes for this but I cannot get any of them to work. I have a logo placed on top of a navigation bar. The navigation has an opacity value and I do...
Yes, you did it. That is what I would have guessed as far as the theory of how to do it. But I am not sure I am at the level of actually coding it yet. I might be able to but it would take me 3 days....
Now, what if I wanted to put an image on the first option. The image is larger than the menu and would hang over both sides. How would I go about doing that?
Yesterday I got help with the following solution that centered my navbar and streteched it to fit the browser. It works well but when you stretch the window smaller it moves the menu labels...
I am having trouble getting my navbar to reach the edges of the browser (even though width is set to 100%). Also, I would like to get the menu options to center over the 900px page wrapper. Any help...