|
It is a DHTML menu. I have created a sample of my problem at this link: (link removed). You can find the menu at: (link removed). You'll have to save the file then open it to see the code. Right now I have the menu's location set to:
var StartTop=8; // Menu offset x coordinate
var StartLeft=80; // Menu offset y coordinate
This can be toggled so that I can position it wherever i want. View it at 800x600 and there's no problem. View it at 1024x768 and you'll see my problem. I can't center it in a scaled fashion, as is the case with the other components on the page. It's in a fixed position due to the commands mentioned above. I contacted one of the reps from CoffeeCup, the menu maker, and was told that I would have to create custom CSS code for both the menu and the page's html in order to make this work. Is this correct? If it is, how is this done? Also, is there another way?
Last edited by Hans G.; 08-30-2007 at 02:20 PM..
|