Relentless
Hi I made a wicked looking website and was testing it in IE 7 and Firefox and in both looked identical.
so carried on designing.
little did I know that IE 6
was laughing at me! coz when I finally tested it in IE 6 the nav bar went down instead of across.
Not I have tried with my knowlage of CSS and nothing and it is like 4am and cannot be bother to search.
So was wondering if anybody had the time to look at my code
CSS
HTML
If you don't have IE 6 then you can download it at http://tredosoft.com/Multiple_IE
Advanced thanks
Dan
so carried on designing.
little did I know that IE 6
Not I have tried with my knowlage of CSS and nothing and it is like 4am and cannot be bother to search.
So was wondering if anybody had the time to look at my code
CSS
| Code: |
| #navigator {
width: 792px; font-family: Verdana, sans-serif; height: 20px; font-size: 12px; padding-left:8px; } #navigator ul { list-style: none; margin: 0; padding: 0; border: none; height: 20px; } #navigator li { float:left; margin: 0; height: 40px; text-align: right; width: auto; } #navigator li a { padding-top:10px; padding-left:5px; padding-right:5px; display: block; text-decoration: none; color: #003; height: 30px; border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #CCCCCC; border-left-color: #CCCCCC; width: auto; } #navigator li a:hover { background-color:#6699FF; color: #fff; } |
HTML
| Code: |
| <div id="navigator">
<ul> <li> <a href="index.php">Home Page</a></li> <li> <a href="help.php">How to Use</a></li> <li> <a href="usernames.php">What's My Username?</a></li> <li> <a href="Forgotpass.php">Forgot My Password</a></li> </ul> </div> |
If you don't have IE 6 then you can download it at http://tredosoft.com/Multiple_IE
Advanced thanks
Dan
