|
Tailslide -> RE: Something I'm working on for a buddy (8/16/2007 3:37:46)
|
I think it's very smart looking! I agree that the text contrast could be upped a bit - if you want to go all out then the grey with the least contrast that passes the offical test is #b2b1b1 but even upping it a bit would really help (especially in FF without font-smoothing where the text looks paler and skinnier). The contrast on the bottom nav also needs upping on hover. Only other thing I can think of would be adding a focus and active rule to your nav's hover rule like this: #navigation a:focus, #navigation a:hover, #navigation a:active {whatever} Nice feel to it. edit: oh thought of something else. The horizontal rules on the FAQ page - were you trying to style them (they can be a real pain) - I've found that this method works nicely cross-browser: hr {height: 1px;background-color: #E5E5E5;color: #E5E5E5;border: none;padding: 0;margin: 1em 0;} You might not even want that but, you know, just in case!
|
|
|
|