473,385 Members | 1,740 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Dynamic pop-up menu

ak1dnar
1,584 Expert 1GB
I have a page for product listening, here on this page, all the products images will display dynamically. onmouse over for each and every product image, I need to display another pop-up menu. Say here we have three subcategories for each products. that sub category links should display on the pop up.

Hope you have a clear idea on this. for now we have designed a layer and in that we have put the links to sub categories. But the problem is once we set up the layer we have set the attributes for the layer like this. So its FIXED. and as per requirement I have to print my product images dynamically. for them I have to print the Layers too.
Expand|Select|Wrap|Line Numbers
  1. #Layer1 {
  2.     position:absolute;
  3.     width:114px;
  4.     height:36px;
  5.     z-index:3;
  6.     top: 385px;
  7.     visibility: hidden;
  8. }

Without going for such a stupi* manner, Is there any better way to do this.
Thanks for your time.
Sep 11 '07 #1
8 1762
acoder
16,027 Expert Mod 8TB
Can you post some more code or a link, so that I (we) have a better idea.
Sep 11 '07 #2
ak1dnar
1,584 Expert 1GB
Please refer to this link
here on the "Article-Tools" there is a pop up menu or page which comes onmouse over "Add This" link. If I can create a pop up page rather than a menu it will answer my question.

[EDIT: Sorry acoder, I am not that much familiar with designing stuffs. That is why my question is not clear, But I tried to explain it.]
Sep 11 '07 #3
acoder
16,027 Expert Mod 8TB
Please refer to this link
here on the "Article-Tools" there is a pop up menu or page which comes onmouse over "Add This" link. If I can create a pop up page rather than a menu it will answer my question.
To create a popup page, use window.open (link).
Sep 11 '07 #4
ak1dnar
1,584 Expert 1GB
To create a popup page, use window.open (link).
Thanks I think I know how to create a popup. But I have to learn some CSS for make it as in the Link in Time.com.
Sep 11 '07 #5
acoder
16,027 Expert Mod 8TB
Thanks I think I know how to create a popup. But I have to learn some CSS for make it as in the Link in Time.com.
Maybe I misunderstood. By popup page, you mean a pseudo-popup div with links?
Sep 11 '07 #6
ak1dnar
1,584 Expert 1GB
Maybe I misunderstood. By popup page, you mean a pseudo-popup div with links?
Let me say again with a example:
On the Page I am going to print some Products Images.
DELL
IBM

Once I mouse over on DELL sub links should display. For now there we have created a DIV with links on it. but I can't repeat the same div for IBM also. Because on mouse over IBM image div will display on the DELL image Location. And I dont like to set a separate div for this. I need to reuse the same div. Is there any way to set the position of a div that relates to the each image. currently its page relative.

Since I failed with this I thought to create pop-up page.
Sep 11 '07 #7
acoder
16,027 Expert Mod 8TB
I dont like to set a separate div for this. I need to reuse the same div. Is there any way to set the position of a div that relates to the each image. currently its page relative.
Maybe this link will help.
Sep 11 '07 #8
ak1dnar
1,584 Expert 1GB
Maybe this link will help.
Thanks a lot. I'll give it a try and let you know.
Sep 12 '07 #9

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: john | last post by:
Hi,All Gurus: It is kind of complicated, please bear with me and let me know if you have any questions. Thanks a lot in advance. John I have a csharp method, using emit to dynamically generate...
4
by: PengYu.UT | last post by:
Hi, Some dynamic polymorphism programs can be converted to the equavalent static polymorphism programs. I'm wondering if there are any generall procedures that I can use to do this conversion. ...
20
by: Rick | last post by:
Hi, I'm trying to use a dynamic array but for some reason it won't work. This is my code : int *test; int numElements = 2; test = (int *) malloc (numElements * sizeof(int)); if (test=...
6
by: Sandeep Chikkerur | last post by:
Hi, If the entire heap memory for dynamic allocation is not available, does the compiler always return NULL ? eg: char *s; s = (char *)malloc(...);
21
by: Marky C | last post by:
atof is not working. double a = atof("12.345"); a gets set to 12.000 I am working on a toshiba micro. The data map has no space allocated to it for dynamic memory. Does anyone have an...
6
by: Materialised | last post by:
Hi Everyone, I apologise if this is covered in the FAQ, I did look, but nothing actually stood out to me as being relative to my subject. I want to create a 2 dimensional array, a 'array of...
9
by: Gibby Koldenhof | last post by:
Hiya, Terrible subject but I haven't got a better term at the moment. I've been building up my own library of functionality (all nice conforming ISO C) for over 6 years and decided to adopt a...
0
by: john | last post by:
Hi,All MS Tech Gurus: I need your help!!! It is the second time I post this message, I need get some feedback ASAP, Please Help!! Thanks a lot in advance. John I have a csharp method, using...
7
by: Christopher Pisz | last post by:
My problem is my derived class is getting called twice instead of the base and then the derived. I thought this was the purpose for virtuals and dynamic casting :/ I want my base class to have its...
0
by: gopikrishna513 | last post by:
hi guys I have a problem in using COM objects in vb.net. on my system i have imported on COM object for my project and build an exe on vb.net project and now the problem arises when i was...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.