rob coles
07-27-2007, 03:26 AM
See : http://www.drawtheline.com.au/trial/
I am having prblems with correct css to get the middle navigation to work.
In Netscape:
1. Buttons disappear when rollover
2. Extra padding in "What we do" and Our Services
3. I want the Home button (style class current ) purple background to fill full depth of bar? (also problem in safari?)
Can anyone help, please?
Do I need special hack?
Below is specific css:
#mid-nav { font-size: 90%; background-color: #a1a6a6; margin: 0; padding: 0 0 0 9px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
#mid-nav ul { background-color: #a1a6a6; width: auto; height: 17px; overflow: hidden; margin: 0; padding: 0; list-style-type: none; }
#mid-nav li { text-align: center; height: auto; overflow: hidden; float: left; margin: 0 0 0; padding: 0; }
#mid-nav a { color: #fff; text-decoration: none; text-align: center; width: 129px; height: 17px; overflow: hidden; padding-top: 0.2em; border-right: 1px solid #fff; display: block; }
#mid-nav a:visited { color: #e3e2e2; text-decoration: none; }
#mid-nav a:active, #mid-nav li a:hover { color: #fff; font-weight: 500; background-color: #531980; text-decoration: none; }
.current { color: #bebebe; font-weight: 400; background-color: #531980; background-position: 0 bottom; text-decoration: none; text-align: center; width: 129px; height: 17px; overflow: hidden; padding-top: 0.2em; border-right: 1px solid #fff; display: block; }
I am having prblems with correct css to get the middle navigation to work.
In Netscape:
1. Buttons disappear when rollover
2. Extra padding in "What we do" and Our Services
3. I want the Home button (style class current ) purple background to fill full depth of bar? (also problem in safari?)
Can anyone help, please?
Do I need special hack?
Below is specific css:
#mid-nav { font-size: 90%; background-color: #a1a6a6; margin: 0; padding: 0 0 0 9px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
#mid-nav ul { background-color: #a1a6a6; width: auto; height: 17px; overflow: hidden; margin: 0; padding: 0; list-style-type: none; }
#mid-nav li { text-align: center; height: auto; overflow: hidden; float: left; margin: 0 0 0; padding: 0; }
#mid-nav a { color: #fff; text-decoration: none; text-align: center; width: 129px; height: 17px; overflow: hidden; padding-top: 0.2em; border-right: 1px solid #fff; display: block; }
#mid-nav a:visited { color: #e3e2e2; text-decoration: none; }
#mid-nav a:active, #mid-nav li a:hover { color: #fff; font-weight: 500; background-color: #531980; text-decoration: none; }
.current { color: #bebebe; font-weight: 400; background-color: #531980; background-position: 0 bottom; text-decoration: none; text-align: center; width: 129px; height: 17px; overflow: hidden; padding-top: 0.2em; border-right: 1px solid #fff; display: block; }