Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Help with CSS indent menu

  1. #1
    Join Date
    Aug 2008
    Posts
    8
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Cool Help with CSS indent menu

    Hi everyone,

    I am new here and need some help with a CSS Menu!


    Can someone please tell me instructions to set the "CSS Indent Menu" on my website?

    Where to paste the CSS code....?

    Where to paste the HTML....?


    I don't normally do CSS stuff, as you can see... lol

    If you can explain to me, I will be the happiest person here!


    Thanks,

    richieshaw

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    <title></title>
    <style type="text/css">
    	/* CSS STYLES GO HERE */
    </style>
    </head>
    <body>
    
    <!-- HTML GOES HERE -->
    
    </body>
    </html>

  3. The Following User Says Thank You to Medyman For This Useful Post:

    richieshaw (08-06-2008)

  4. #3
    Join Date
    Aug 2008
    Posts
    8
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    Oh yes!

    Does this mean that all the codes go in my page, and nothing gets added / uploaded to servers??


    richieshaw.

  5. #4
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Does this mean that all the codes go in my page, and nothing gets added / uploaded to servers??
    Hopefully you upload the page to your server, otherwise there's no webpage!
    - Mike

  6. #5
    Join Date
    Aug 2008
    Posts
    8
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Cool

    Thanks Mike,


    I meant the CSS codes... not even I am that stupid!

    But... I probably set myself up for that one!
    (I should explain better)

    Well done for quickness!!



    richieshaw

  7. #6
    Join Date
    Mar 2008
    Posts
    218
    Thanks
    7
    Thanked 19 Times in 19 Posts

    Default

    Quote Originally Posted by Medyman View Post
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    <title></title>
    <style type="text/css">
    	/* CSS STYLES GO HERE */
    </style>
    </head>
    <body>
    
    <!-- HTML GOES HERE -->
    
    </body>
    </html>
    Medyman why are you looking for trouble?
    Code:
    strict.dtd

  8. #7
    Join Date
    Aug 2008
    Posts
    8
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Cool

    Thanks Medyman!!


    Now I have the Buttons working on my demo page... is there any chance you can tell me how to change the colors??


    I want the same style, but with these colors:



    I uploaded a new picture gif, but it seems to cause problems!


    Can you help me... please??


    richieshaw

  9. #8
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    Your image was not taking up the entire canvas, it left transparent edges which would cause the menu to look messy due to the fact that the images are used in what's called a "pixel stretch". I fixed the image you had showing in your previous post, I also inverted it for the "hover" effect version. Both images are below.


    Normal State:




    Hover State:
    Last edited by TheJoshMan; 08-06-2008 at 10:16 PM. Reason: named image wrong thing, wouldn't work with css unless renamed to original...
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  10. The Following User Says Thank You to TheJoshMan For This Useful Post:

    richieshaw (08-07-2008)

  11. #9
    Join Date
    Aug 2008
    Posts
    8
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Cool

    Nyne,

    That is awesome of you to repair for me!


    What can I say? I will go check these out right now!



    Thats a big thanks fella!


    richieshaw

  12. #10
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    no problem
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  13. The Following User Says Thank You to TheJoshMan For This Useful Post:

    richieshaw (08-07-2008)

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
  •