Division Posted July 15, 2009 Share Posted July 15, 2009 How do I make the navigation buttons different in height. (http://hosting.cybernet-online.org) I am talking about the header buttons which read the following:- Home|My Hosting Portal|Products and Services|Customer Service 0 Quote Link to comment Share on other sites More sharing options...
gr2 Posted July 15, 2009 Share Posted July 15, 2009 find "topnavbar" in your .css file and edit the height value to the desired settings. 0 Quote Link to comment Share on other sites More sharing options...
Division Posted July 15, 2009 Author Share Posted July 15, 2009 I cant find the height values?? 0 Quote Link to comment Share on other sites More sharing options...
gr2 Posted July 15, 2009 Share Posted July 15, 2009 try this table.topnavbar { width: 100%; height: 34px;/*change as needed*/ } 0 Quote Link to comment Share on other sites More sharing options...
Division Posted July 15, 2009 Author Share Posted July 15, 2009 Thanks.... Works a million 0 Quote Link to comment Share on other sites More sharing options...
Division Posted July 15, 2009 Author Share Posted July 15, 2009 How would we be able to change the colour of the button and the text. I was thinking of red background with white text 0 Quote Link to comment Share on other sites More sharing options...
gr2 Posted July 15, 2009 Share Posted July 15, 2009 table.topnavbar { width: 100%; height: 34px;/*change as needed*/ } tr.topnavbar { background-color: #FF3333;/*change Hex color as needed*/ font-weight:bold; text-align: center; } tr.topnavbar a { color: #FFFFFF;/*change Hex color as needed*/ text-decoration: none; } tr.topnavbar a:hover { color: #666666;/*change Hex color as needed*/ } table.frame { width: 100%; border: 1px solid #8FBCE9;/*change Hex color as needed*/ padding: 0px; } 0 Quote Link to comment Share on other sites More sharing options...
Division Posted July 15, 2009 Author Share Posted July 15, 2009 Thanks Looking well good now 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.