Log in

View Full Version : Newbie looking for guidance on CSS menu code



ejay
02-28-2008, 10:45 PM
Hi Guys;

I am trying to build a menu for a web page which is under construction.
I have downloaded the "Glossy Horizontal Menu" code including the 3 images
but I cannot seem to get the images to appear when the code is posted into my html editor. Where exactly within the code should the images be posted?

Any help greatly appreciated. :confused:
ejae

4fit?
02-29-2008, 01:04 AM
If you haven't altered the CSS file since downloading it from here, the image paths are pointing to a folder called 'media'. For instance:


background: url(media/menur_bg.gif) repeat-x;

This is saying that the menur_bg.gif file needs to be located in a folder called 'media'. You can either alter the CSS file to point to the correct path of the images, or make sure the images are stored in the same path as stated in the CSS file.

HTH
-Jeff-

rangana
02-29-2008, 01:27 AM
If it's fine for you...could you zip in your file....We'll try to place it correctly for you..so that you'll have a vivid example. :D

ejay
02-29-2008, 02:26 AM
If you haven't altered the CSS file since downloading it from here, the image paths are pointing to a folder called 'media'. For instance:


background: url(media/menur_bg.gif) repeat-x;

This is saying that the menur_bg.gif file needs to be located in a folder called 'media'. You can either alter the CSS file to point to the correct path of the images, or make sure the images are stored in the same path as stated in the CSS file.

HTH
-Jeff-

Hi Jeff (and Rangana).

You have solved the problem for this "thickie" - Thank you so much - I
was not expecting such a prompt resolution.:):)

4fit?
02-29-2008, 03:16 AM
Hi Jeff (and Rangana).

You have solved the problem for this "thickie" - Thank you so much - I
was not expecting such a prompt resolution.:):)

Glad to hear you got it sorted.:D