Hey I've made a new site, and would like to know how I can make it better
it's at http://tv.jouleos.galekus.com
What do you think?
-
- Member
- Posts: 2566
- Joined: Sun Jan 14, 2007 9:15 pm
- Libera.chat IRC: miselin
- Location: Sydney, Australia (I come from a land down under!)
- Contact:
In CSS:
Also, is also good so the text isn't scrunched right up into the border.
10px might be a bit big though, change to your needs.
Code: Select all
margin: 10px;
Code: Select all
padding: 10px;
10px might be a bit big though, change to your needs.
I don't really like the crosshair-on-mouse-over. On a high resolution, it gets quite hard to see. You already give optical feedback on mouse-over, I'd honor the user's cursor settings. (Picture someone with poor eyesight using an especially large mouse cursor, which "vanishes" over a link...)
Every good solution is obvious once you've found it.