Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-05-2008, 10:51 AM
Mark60480
 
Posts: n/a
spry submenu positioning

I have a horizontal spry menu that takes the entire width of the page. There
are submenus for each item that default to appearing below and extend to the
right of each item. This is fine except for the last two items on the right
whose submenus extend off the screen to the right. I've tried making a class to
change the positioning of these last two submenus, but this changes their
visibility to alway visible, instead of just when moused-over. Sorry if
someone's answered this before, but I been searching and not found anything.

Thanks!

Reply With Quote
  #2 (permalink)  
Old 08-05-2008, 03:53 PM
SnakEyez02
 
Posts: n/a
Re: spry submenu positioning

The only thing you could do is make the width of the menu smaller. There
really is not a way you can position the menu differently because the pop-out
is controlled by javascript so not only would the item need its own class but
it would need its own javascript to function.

If you need help implementing the menu into something like the above you can
post your code or a link to your page and someone here should be able to walk
you through steps to getting your menu working as you need it to.

Reply With Quote
  #3 (permalink)  
Old 08-05-2008, 07:35 PM
Mark60480
 
Posts: n/a
Re: spry submenu positioning

Thanks so much for your response. Here is a link to the page as it stands:
http://markmaclean.com/sarahBackstage/index.html

Also, here is a link to the page that my client wanted her nav bar fashioned
after. This site is using something that controls the positioning of the 4
rightmost nav buttons.
http://www.colorado.edu

Any help is greatly
appreciated!http://markmaclean.com/sarahBackstag...//www.colorado.
edu

Reply With Quote
  #4 (permalink)  
Old 08-05-2008, 08:32 PM
SnakEyez02
 
Posts: n/a
Re: spry submenu positioning

I did some research and ironically enough I ended up back in the Dreamweaver
Help (F1). If you search for "Customize Menu Bar" you will see an option to
"Customize the Menu Bar Widget". The bottom option will position submenus.
However, you cannot just change that. You will need to create a separate class
for these few submenus so that their position is altered, thus creating the
effect that they stay within the borders of the page.

The only thing I would recommend though is updating your Spry (your version
1.4, current version 1.6.1). The download is available at the official Spry
homepage:

http://labs.adobe.com/technologies/spry/home.html

The download will give you a bunch of samples and an Extension. Once you
install the extension start up DW and you will see a new menu option under
Sites which is to update your Spry. This will update the SpryAssets folder and
then that folder should be re-uploaded to your site. I'm only suggesting this
because the documentation online at that site is written using the 1.6.1
release and not the 1.4 release and I don't want to make more of a mess by
changing something that could cause a problem in an earlier release.

Reply With Quote
  #5 (permalink)  
Old 08-05-2008, 09:53 PM
Mark60480
 
Posts: n/a
Re: spry submenu positioning

I did download and install the 1.6.1 update. However when I applied it to the
site it removed all of my previous formatting - but if it solves my issue I'll
be happy to re-do some work. I already know how to reposition the submenus,
which of course repositions all of them - and I have already created a separate
class for the 2 menus I need to appear differently. My problem is that when I
reposition them with the class, it alters their visibility (that is they are
always visible as opposed to not just on mouse-over). I have also played with
their visibility state in the class which resulted "hidden" keeps it hidden
even when moused-over, "inherit" and "visible" make it always visible. In other
words, the mouse-over is ignored. I think what I need is some help with the CSS
code. Somehow specifying the mouse-over tag as opposed to the submenu tag? Here
is the CSS class I am using:


Once again, thanks so much for your help.

#subMenu8 {
background-image: url(../images/subMenu/subMenu1.jpg);
height: 81px;
width: 225px;
background-repeat: no-repeat;
background-position: left top;
color: #000000;
left: -143px;
}

Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

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



All times are GMT. The time now is 06:37 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Car Finance | Gas Suppliers | Bad Credit Mortgages | Home Loan | Mortgage Loans



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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114