Can I have 3 drop down menus (2 different types) on 1 page?
-
- Advanced
- Posts: 27
- Joined: Fri Feb 23, 2007 11:00 am
Can I have 3 drop down menus (2 different types) on 1 page?
I have one horizontal top drop down menu and 2 on the left. The 2 on the left are the same style and the one on the top is different.
How can I embed them all? Do I need a different tag under the <body> tag?
I have each menu in a different folder (top , top_left , bottom_left )so I have no problem keeping them different. But how to I write the tags for under the <body> tag?
How can I embed them all? Do I need a different tag under the <body> tag?
I have each menu in a different folder (top , top_left , bottom_left )so I have no problem keeping them different. But how to I write the tags for under the <body> tag?
Hi,
This is not easy trying to do this without seeing the page.
What do you mean by embed? Do you mean call or are you putting them each in their own table? If you are just calling them, then just name each data file differently and set up your calls with the program files and then each data file by it's name and path, if they are embedded then it's the process of creating a main file and a data file for each menu. See how to do the table, and you'll need to use the old method not the new one since you would be putting 3 different files in the tables.
Ruth
This is not easy trying to do this without seeing the page.
What do you mean by embed? Do you mean call or are you putting them each in their own table? If you are just calling them, then just name each data file differently and set up your calls with the program files and then each data file by it's name and path, if they are embedded then it's the process of creating a main file and a data file for each menu. See how to do the table, and you'll need to use the old method not the new one since you would be putting 3 different files in the tables.
Ruth
-
- Advanced
- Posts: 27
- Joined: Fri Feb 23, 2007 11:00 am
3 menus
go here:
http://www.designbyrecroom.com/coa/work.zip
I zipped all the files.
index is obviously my home page and you'll see 3 empty tables.
Menu for the top is in the top folder and the html that calls it is in the base dir. titled menu.html
the other 2 tables will be in the empty tables on the left. Those menus are are located in the folders titled top_left and bottom_left.
thanks and I still love you...
- Kevin
http://www.designbyrecroom.com/coa/work.zip
I zipped all the files.
index is obviously my home page and you'll see 3 empty tables.
Menu for the top is in the top folder and the html that calls it is in the base dir. titled menu.html
the other 2 tables will be in the empty tables on the left. Those menus are are located in the folders titled top_left and bottom_left.
thanks and I still love you...

- Kevin
-
- Advanced
- Posts: 27
- Joined: Fri Feb 23, 2007 11:00 am
ooops
I forgot to upload the index file with the blank tables.
http://www.designbyrecroom.com/coa/
There it is...
http://www.designbyrecroom.com/coa/
There it is...
Hi,
Well, try this, but there are some problems. It has to do with the rowspans and such which once the menus are in the area seem to space out or something. But, the menus are in where they belong and the data files are set up as they have to be.
link removed
Ruth
Well, try this, but there are some problems. It has to do with the rowspans and such which once the menus are in the area seem to space out or something. But, the menus are in where they belong and the data files are set up as they have to be.
link removed
Ruth
Last edited by Ruth on Fri Jun 08, 2007 11:13 pm, edited 1 time in total.
-
- Advanced
- Posts: 27
- Joined: Fri Feb 23, 2007 11:00 am
got it!
Youre amazing. I've been working on it for over an hour using
http://support.milonic.com/beginners/ta ... /index.htm
as my guide. Never got it to work right. Youre great
http://support.milonic.com/beginners/ta ... /index.htm
as my guide. Never got it to work right. Youre great
Hi,
Given you are doing more than one menu in a table, you have to use the second method. The first won't work since you shouldn't call all the program files in each cell.
I would suggest that you make the 'design' images, the ones in the space cells, I'd suggest you make them wider and longer and then set them as a background image in css setting position top left. You could also set no-repeat if they are wide enough, or in the case of length you could set it as repeat-y which will only repeat down and not across. This means it doesn't matter if those cells expand a couple of pixels the background would still fit in it.
Ruth
Given you are doing more than one menu in a table, you have to use the second method. The first won't work since you shouldn't call all the program files in each cell.
I would suggest that you make the 'design' images, the ones in the space cells, I'd suggest you make them wider and longer and then set them as a background image in css setting position top left. You could also set no-repeat if they are wide enough, or in the case of length you could set it as repeat-y which will only repeat down and not across. This means it doesn't matter if those cells expand a couple of pixels the background would still fit in it.
Ruth
-
- Advanced
- Posts: 27
- Joined: Fri Feb 23, 2007 11:00 am
ARG! Menus nt showing up
It works when I launch it off my hard drive but not when I up load it.
Help
http://www.designbyrecroom.com/coa/index.html
Help
http://www.designbyrecroom.com/coa/index.html
-
- Advanced
- Posts: 27
- Joined: Fri Feb 23, 2007 11:00 am
I got it to work but now...
On a Mac it looks great. On a PC there is a drop shadow where the menu on the right is. How can I get rid of this?
But, looking at your question and reference to IE, I believe it's the overfilter. That is an IE proprietary option, it is the filters and transitions that are set there and in the overfilter you'll note that one of those is shadow. If you don't want the shadow you can just eliminate that part of it. Those over and out filters will only show in IE. If you want to test different things try this interactive Demo for the IE filters and transitions. It allows you to apply the various ones to the menus on the page, to change the menu orientation so you can see how the filters look in horizontal and vertical setups.
http://support.milonic.com/demos/filters/index.htm
Ruth
http://support.milonic.com/demos/filters/index.htm
Ruth