style navigation

Discussion in 'Installation/Configuration' started by weezul, Aug 24, 2008.

  1. weezul

    weezul New Member

    hello, i tried to give my navigation a new look and edited the style.css file to have white links on black background with orange color as hover - but my fontcolor keeps black in my navigation.

    firebug:
    -------


    hover works fine:

    from style.css:
    a.hover{
    color:#FF6600;
    }


    but the normal color doesnt work, it gets overrided from navigation.php and is still black:

    from style.css:
    normal.kl{
    color:#FFFFFF;
    }

    but then:

    from navigation.php?... line 32:
    normal.kl{
    color:000000;
    }



    also i would like to hide the frame which seperates the navigation from the content, is there a file i can specify the frameborder?

    perhaps someone can point me out, i tried and searched for some hours now but can't get it working.


    --------------


    okay i found the line in nav.inc.php and changed the style class now its working, anyway i cant hide those frames thingi...
     
    Last edited: Aug 24, 2008
  2. falko

    falko Super Moderator Howtoforge Staff

    The frames definition is in /home/admispconfig/ispconfig/web/index.php.
     

Share This Page