How to make a navbar like at the top of DigitalPoint?

Discussion in 'WordPress' started by razz.jazz, Mar 8, 2011.

  1. #1
    I'm looking to make a navbar and would like to make it like at the top of DigitalPoint. How can I do this?
     
    razz.jazz, Mar 8, 2011 IP
  2. mccomf

    mccomf Active Member

    Messages:
    517
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #2
    Find the theme with the top navigation bar .;-}
     
    mccomf, Mar 8, 2011 IP
  3. razz.jazz

    razz.jazz Peon

    Messages:
    181
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I don't know DP's theme. Also, I imagine the bar is custom..
     
    razz.jazz, Mar 8, 2011 IP
  4. WC Rocket

    WC Rocket Member

    Messages:
    120
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    48
    #4
    Can be done with HTML and CSS only. Pretty simple really.
     
    WC Rocket, Mar 8, 2011 IP
  5. razz.jazz

    razz.jazz Peon

    Messages:
    181
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Right, that's exactly what I'm wondering what the HTML/CSS code is.

    Making a navbar is easy. But I like separation between the navbar buttons, the little white/black separate. How can that be achieved?
     
    razz.jazz, Mar 8, 2011 IP
  6. WC Rocket

    WC Rocket Member

    Messages:
    120
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    48
    #6
    list-item with a side border, block link with a side border. varying the colors can create the illusion of a button interface.
     
    WC Rocket, Mar 8, 2011 IP
  7. razz.jazz

    razz.jazz Peon

    Messages:
    181
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Not sure I understand that. If I look that up on google, can I find something similar?
     
    razz.jazz, Mar 8, 2011 IP
  8. WC Rocket

    WC Rocket Member

    Messages:
    120
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    48
    #8
    WC Rocket, Mar 8, 2011 IP
  9. Mister.Bingo

    Mister.Bingo Peon

    Messages:
    56
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    i am just trying to add this, if you can help?

    [​IMG]
     
    Mister.Bingo, Mar 17, 2011 IP
  10. WC Rocket

    WC Rocket Member

    Messages:
    120
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    48
    #10
    Try This

    
    
    <span style="float:left">
        <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
    </span>
    <span style="float:left">
        <iframe src="http://www.facebook.com/plugins/like.php?href&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
    </span>
    
    
    Code (markup):
     
    WC Rocket, Mar 17, 2011 IP
  11. thesuvo

    thesuvo Well-Known Member

    Messages:
    332
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #11
    Thanks for this tips. I was also looking for this
     
    thesuvo, Mar 17, 2011 IP
  12. techntuts

    techntuts Member

    Messages:
    197
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #12


    Do we get any wordpress plugin for this?
     
    techntuts, Mar 17, 2011 IP
  13. Mister.Bingo

    Mister.Bingo Peon

    Messages:
    56
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    thanks for the code WC Rocket, but

    I have tried almost all template edits, I cant get it to appear between the navbar and forumbody.. ? any ideas? thanks

    EDIT: Look Below
     
    Last edited: Mar 18, 2011
    Mister.Bingo, Mar 18, 2011 IP
  14. Mister.Bingo

    Mister.Bingo Peon

    Messages:
    56
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Just got it working, with the below code placed after <!-- closing div for above_body -->

    my one looks Like this
    [​IMG]

    how do I make the expand thingy and the alternating texts to appear ?
    [​IMG]

    <!-- custom block start -->
    <div class="body_wrapper">
    <div id="breadcrumb" class="breadcrumb">
    	<ul class="floatcontainer">
    <span style="float:left">
        <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
    </span>
    <span style="float:left">
        <iframe src="http://www.facebook.com/plugins/like.php?href&amp;layout=button_count&amp;show_faces=true&amp;width=100&amp;action=like&amp;font&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:21px;" allowTransparency="true"></iframe>
    </span>
    
    </div>
    </div>
    </li>
    </ol>
    <!-- custom block end -->
    <br />
    Code (markup):
     
    Mister.Bingo, Mar 18, 2011 IP
  15. Mister.Bingo

    Mister.Bingo Peon

    Messages:
    56
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    any code gurus plz help me out
     
    Mister.Bingo, Mar 25, 2011 IP