Results 1 to 4 of 4

Thread: Slashdot Menu Help

  1. #1
    Join Date
    Nov 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Slashdot Menu Help

    I really like the effect of this slashdot menu.

    http://www.dynamicdrive.com/dynamicindex1/slashdot.htm

    I have managed to change the background colour of the top image button only by replacing it with a different gif image. However I would like to change the rest of the buttons to be each individual different colour. How do I do that? I have tried amending it in CSS but the rest of the buttons is always in the same colour where as the top one isn't.

    Please HELP!!!

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Use inline css:
    Code:
    <span style="background-image: url(image.png);">Support</span>
    Good luck.
    Last edited by Nile; 11-25-2010 at 02:49 PM.
    Jeremy | jfein.net

  3. #3
    Join Date
    Nov 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi I've only just started looking at the code and pasted it in the CSS file but I still can't get it to work :-(

  4. #4
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Make sure you change image.png to the right location
    Jeremy | jfein.net

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
  •