| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Soon to be RICHdoggie! Join Date: Jan 2005 Location: UK
Posts: 2,408
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | |
| | |
| | #2 (permalink) |
| Senior Member Join Date: Jul 2005 Location: NJ
Posts: 1,219
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | something like this? Free CSS Drop-Down Menu Framework - LWIS.NET it can be done mostly with css (js is only needed for IE6 or earlier)
__________________ Hacksar.com - Your source for random computer tips and tricks! MySiteMemberships.com - Keep track of your site registration information! Like my post? Rep is appreciated! |
| | |
| | THREAD STARTER #3 (permalink) |
| Soon to be RICHdoggie! Join Date: Jan 2005 Location: UK
Posts: 2,408
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | nasaboy007 thanks for that... I've read up about it and I understand the whole concept now with css and all that... but I can't think how to do it for my particular scenario. When you mouseover each of the images in the navigation menu of my website I want a different box of content to display below it. Not like a dropdown menu. I can't think how to do it. There needs to be the "home" content box when the page initially opens then when you mouseover the different menu options it changes the content below, but it needs to revert back to the "home" content when you mouseout. ????: NamePros.com http://www.namepros.com/showthread.php?t=600353 What I need is a way to do the css thing, for example: HTML Code: div{display:none;}
a:hover div{display:block;} I can't figure out how to position it all like that.Thanks Tom ---------- Post added at 07:34 PM ---------- Previous post was at 06:34 PM ---------- I've got it working as best i can on futureventures.co.uk/beta now, so you can kinda see what I want. All I need now is for that to work like that, but if you mouseover "about" and then move the mouse pointer to where the content box below has changed, I need the content to stay there. |
| | |
| | THREAD STARTER #4 (permalink) |
| Soon to be RICHdoggie! Join Date: Jan 2005 Location: UK
Posts: 2,408
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | GIVEN UP!!! I know... i couldn't wait anymore (in anticipation, not impatience ) so I just went ahead and did it the standard way everyone else would do it, without flashy mouseover nonsense. |
| | |
| | #5 (permalink) |
| Senior Member Join Date: Jul 2005 Location: NJ
Posts: 1,219
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | sometimes you just gotta think outside of the box, so here's my outside-of-the-box idea for implementation. use jQuery and it's AJAX support to have it so that it changes the content of that div on the hover over. once it changes, it shouldn't change back until you hover over on one of the other tabs (which will accordingly cause the ajax to trigger and pull new content for the page). that would actually be a cool way not only because it would do exactly what you want, but you'd learn how to use jquery AND ajax in one shot (jquery makes ajax a BREEZE, you have no idea - not to mention ajax seems to be the future of web). it works fine the way you have it now (standard clicking), but i just think it would be fun (personally) to figure out how to get it to work in the original way, even if i didnt end up using it on my final site.
__________________ Hacksar.com - Your source for random computer tips and tricks! MySiteMemberships.com - Keep track of your site registration information! Like my post? Rep is appreciated! |
| | |
![]() |
| Tags |
| javascript, onmouseout, onmouseover, tabs |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |