Trying to get this flyout menu to flyout the opposite way

This is a discussion on "Trying to get this flyout menu to flyout the opposite way" within the Web Page Design section. This forum, and the thread "Trying to get this flyout menu to flyout the opposite way are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 29th, 2006, 14:27
Junior Member
Join Date: Apr 2006
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
Trying to get this flyout menu to flyout the opposite way

Hi

I need to get the following flyout menu (left hand side, under event dates) to flyout from bottom to top.

So the last menu item "invite a friend" is opposite the "telegraph" logo, but I just cannot seem to figure out how to do it?

Does anyone have suggestions?, and have I made myself clear enough as to what i need to happen!

Thanks
Reply With Quote

  #2 (permalink)  
Old Aug 29th, 2006, 14:46
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,713
Blog Entries: 1
Thanks: 0
Thanked 16 Times in 16 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Trying to get this flyout menu to flyout the opposite way

Modify the positioning of the li ul element or something. Depending on how it is constructed.
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #3 (permalink)  
Old Aug 29th, 2006, 15:33
Junior Member
Join Date: Apr 2006
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Trying to get this flyout menu to flyout the opposite way

wooops link would help! www.engineerjobs.co.uk/06
Reply With Quote
  #4 (permalink)  
Old Aug 29th, 2006, 15:47
moojoo's Avatar
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,713
Blog Entries: 1
Thanks: 0
Thanked 16 Times in 16 Posts
Send a message via AIM to moojoo Send a message via MSN to moojoo Send a message via Yahoo to moojoo
Re: Trying to get this flyout menu to flyout the opposite way

Well in FF this works. it may require some tweaking etc but eh:

Code: Select all
ul#primary-nav ul {
    position: absolute;
    display: none;
    left: 199px; /* Set 1px less than menu width */
    top: -156px;
    margin-left:1px;
    border:1px solid #5187ad;
    }
__________________
The internet is just a fad.
http://www.mevans76.com
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Reply With Quote
  #5 (permalink)  
Old Aug 29th, 2006, 21:56
Junior Member
Join Date: Apr 2006
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Trying to get this flyout menu to flyout the opposite way

great, thanks I will give it a go and let you know how i get on
Reply With Quote
  #6 (permalink)  
Old Aug 30th, 2006, 12:16
Junior Member
Join Date: Apr 2006
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Trying to get this flyout menu to flyout the opposite way

Hi

new problem regarding this menu, if you look at this example (left hand side flyouts) http://www.gradjobs.co.uk/ you will see that the flyouts always stay at the bottom of the browser viewpoint how is this done is it some sort of detection script - if anyone knows please can you help me

Thanks
Reply With Quote
  #7 (permalink)  
Old Aug 30th, 2006, 19:48
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
Re: Trying to get this flyout menu to flyout the opposite way

It relies heavily on JavaScript and you will find that if you turn JavaScript off, it doen't work at all, which makes it pretty useless as a menu system frankly.
Reply With Quote
Reply

Tags
trying, flyout, menu, opposite

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Frames and Flyout Menus. lilandy Other Programming Languages 4 Apr 10th, 2008 18:16
[SOLVED] flyout menu trouble mykl Web Page Design 4 Nov 16th, 2007 09:44
Flyout menu across frames help needed Markb Starting Out 1 Jul 23rd, 2007 12:59
I have a normal css menu, but want ot add drop down menu to it multichild Web Page Design 7 Jan 9th, 2007 16:07
Help with pop-up menu please!!!?? aseriouslyfunkydiva Graphics and 3D 1 Nov 16th, 2005 15:11


All times are GMT. The time now is 05:47.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43