dropdown menus, can't figure it out. |
![]() ![]() |
dropdown menus, can't figure it out. |
Apr 6 2005, 10:29 AM
Post
#1
|
|
![]() cellophane chests? ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 474 Joined: Dec 2004 Member No: 75,816 |
Questions that I have:
1) Can I use the code below with an image map? 2) Where do I put this code? I know the CSS part goes in "custom header" but other parts I don't where they would go. 3) Is there a code especially for drop-down menus on an imagemap? Where do u suggest that I look for a code if there isn't one?? 4) How would I position this div so that it would line up with my image map links? EXAMPLE SITE *not a xanga* |
|
|
|
Apr 7 2005, 12:17 AM
Post
#2
|
|
![]() Happy Person ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,707 Joined: Feb 2004 Member No: 4,674 |
Personally, I think that positioning Div's along with this script:
will accomplish your purpose better than editing that script to fit xanga standards. Wrap the divs you want for the menus in one large div close to the links on the image map, give them id's and apply a CODE onMouseover="toggle('ID')" after the QUOTE href in the image map
|
|
|
|
Apr 7 2005, 02:15 PM
Post
#3
|
|
![]() cellophane chests? ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 474 Joined: Dec 2004 Member No: 75,816 |
by wrapping it the div, do u mean just put the divs for the menus somewhere in the div for the site?? also, where should I put it the menu divs in the big div?? also, what IDs do I assign to my menu divs? is it just numbers, like 1,2,3 etc or is it something more specific.....
gah, I'm so lost, I know the basics of divs but this is a bit advanced. I think I might need a walk-through or something.... |
|
|
|
Apr 8 2005, 12:12 AM
Post
#4
|
|
![]() Happy Person ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,707 Joined: Feb 2004 Member No: 4,674 |
- As you know, adding divs moves everything around which is very annoying. To simplify things, create another div and place the popup menus inside of that and close it.
- Div id can be anything, it's just the id that the script refers to when it closes and opens the div. - An example of a menu on the image map would be: <......href="#" onClick="toggle('DIVID')"> where the ...... is the coordinates |
|
|
|
Apr 8 2005, 10:53 AM
Post
#5
|
|
![]() cellophane chests? ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 474 Joined: Dec 2004 Member No: 75,816 |
I need a full example to show me how to set this thing up. everytime I try, nothing happens and it's very frustrating. I've tried searching the net, to see if anyone had posted how to use this code....THIS is what I came up with. I tried follwing everything best i could, but my code is messed up...
that's what I ended up with. plz help, I don't think that any of the skins here have ever used it, I tried searching the skins section to see if anyone has ever used this code so I could get an idea of what it should look like....I am lost. |
|
|
|
![]() ![]() |