Tb-one.se comments made


profile / submitted / saved / comments / tutorial comments
RSS feed
Tb-one.seFebruary 10, 2008
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

Tb-one.seJanuary 13, 2008
view tutorial

You can link to ID's to:

<a href="#content">Skip to content</a>
........
<div id="content">.....

Tb-one.seJanuary 12, 2008
view tutorial

Sry, should be running now....

Tb-one.seDecember 28, 2007
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>

Tb-one.seDecember 25, 2007
view tutorial

I'm sorry, of course it should be in the HTML area under Basics.

Tb-one.seDecember 21, 2007
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...

Tb-one.seDecember 21, 2007
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 */

Tb-one.seDecember 21, 2007
view tutorial

Sorry, all my posts where deleted, something happened with my web-hotel