view tutorial
You can link to ID's to:
<a href="#content">Skip to content</a>
........
<div id="content">.....
view tutorial
One thing I don't get, why using IE's filter opacity on the hover, since :hover will not work in IE on other elements then <a>
view tutorial
I'm sorry, of course it should be in the HTML area under Basics.
view blog post
Nice nice!
PS: Wouldn't it be better to rename "3ds Max" to something like just "3D", cause many people also uses Maxon Cinema(including me) and other 3d programs. It should make that section bigger...
view tutorial
You have some really unnecessary code here, to get the same result I would do something like this:
#menu_set { font-size: 9px; width: 150px; }
/* Cause the height are always set to auto. The font color will be defined in the <a>link and the text is also already aligned to the left. Margin and padding will be cleared in the <ul> */
#menu_set ul { margin: 0; padding: 0; list-style: none; }
/* list-style: none will delete the bullet. And same here with the font color */
#menu_set li { border-top: 1px solid #666; padding: 2px 3px; }
/* Why are you re-clearing the margin? Hex codes like this needs only 3 letters/numbers */
#menu_set li a { color: #000; text-decoration: none; font-weight: bold; }
#menu_set li a:hover { color: #B5B5B5; }
/* Text decoration and font weight is already defined */
view tutorial
Sorry, all my posts where deleted, something happened with my web-hotel




view tutorial
Pretty good, but I think that colors are worth to bring up. Like:
#FF0000 = #F00
#00FF00 = #0F0
#0000FF = #00F
#000000 = #000
#CC33FF = #C3F