Results 1 to 5 of 5

Thread: Newbie looking for guidance on CSS menu code

  1. #1
    Join Date
    Feb 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Newbie looking for guidance on CSS menu code

    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.
    ejae

  2. #2
    Join Date
    Jul 2006
    Location
    Graham, NC
    Posts
    37
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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:
    Code:
    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-
    Last edited by 4fit?; 02-29-2008 at 01:14 AM.

  3. #3
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    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.
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  4. #4
    Join Date
    Feb 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile

    Quote Originally Posted by 4fit? View Post
    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:
    Code:
    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.

  5. #5
    Join Date
    Jul 2006
    Location
    Graham, NC
    Posts
    37
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by ejay View Post
    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •