Results 1 to 5 of 5

Thread: <RESOLVED> Solid Block Menu help

  1. #1
    Join Date
    Jul 2007
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default <RESOLVED> Solid Block Menu help

    Hi,

    i am trying to insert the Solid Block Menu from DD into my website it looks great in Opera but not in IE (surprise surprise) could anyone tell me what i would need to add to my css to get it to display correctly?

    www.artni.biz

    Code:
    .solidblockmenu{
    margin: 0;
    padding: 0;
    float: left;
    font: bold 13px Arial;
    width: 100&#37;;
    border-width: 1px 0;
    background: black url(img/blockdefault.gif) center center repeat-x;
    height: 30px;
    }
    
    .solidblockmenu li{
    display: inline;
    
    }
    
    .solidblockmenu li a{
    float: left;
    color: white;
    padding: 5px 11px;
    text-decoration: none;
    border-right: 1px solid white;
    
    }
    
    .solidblockmenu li a:visited{
    color: white;
    }
    
    .solidblockmenu li a:hover, .solidblockmenu li .current{
    color: white;
    background: transparent url(img/blockactive.gif) center center repeat-x;
    }
    many thanks
    Terry
    Last edited by mcktj; 07-08-2007 at 05:43 PM. Reason: <RESOLVED>

  2. #2
    Join Date
    Feb 2007
    Location
    🌎
    Posts
    528
    Thanks
    10
    Thanked 10 Times in 10 Posts
    Blog Entries
    2

    Default

    It looks fine to me in IE. What is the problem?
    ....(o_ Penguins
    .---/(o_- techno_racing
    +(---//\-' in
    .+(_)--(_)' The McMurdo 500

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

    Default

    Sorry,

    i managed to resolve this but dont know how to mark the topic as <RESOLVED>

  4. #4
    Join Date
    Feb 2007
    Location
    🌎
    Posts
    528
    Thanks
    10
    Thanked 10 Times in 10 Posts
    Blog Entries
    2

    Default

    ...You just did.
    ....(o_ Penguins
    .---/(o_- techno_racing
    +(---//\-' in
    .+(_)--(_)' The McMurdo 500

  5. #5
    Join Date
    Jul 2007
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    homer simpson says "heehee!"

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
  •