Results 1 to 3 of 3

Thread: Problem with Solid Block Menu on Typepad

  1. #1
    Join Date
    Apr 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Problem with Solid Block Menu on Typepad

    1) Script Title: Solid Block Menu

    2) Script URL (on DD): http://www.dynamicdrive.com/style/cs...id-block-menu/
    3) Describe problem: Only one button appears on my website, even though 5 others should. THe others only show only while they are highlighted and the opposing color does not show at all.

    I have entered, reverified the code and started over and still experience the same issue and I'm not sure why.

    The website in question: http://itsallhere.typepad.com/blog

    Also, on the DD website, it appears there's an extraneous line of code on the HTML at the very end: "<p class="iepara">Paragraph that follows...</p>"

    I'm out of ideas. I'd appreciate any help.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Give this a shot:

    Code:
    .solidblockmenu li a{
    float: left;
    color: white;
    padding: 9px 11px;
    text-decoration: none;
    border-right: 1px solid white;
    background: #9B0000 url(http://itsallhere.typepad.com/bgraph/blockactive.gif) center center repeat-x;
    }
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Apr 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Great!! Thanks, that worked perfectly. Now my only issue is how can I keep the second button from always being "on" or in the darkened state, even when you hover over other "buttons"?

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
  •