futureknight
-
jquery - 1px point at sliderbar
Maybe this tutorial can help you: http://css-tricks.com/videos/css-tricks-video-20.php
-
IE 6 doen't show nav (center top/bottom) correctly [SOLVED]
Nobody replied, meanwhile I've found the solution: ul#nav li.portfolio a { background:transparent url(images/portfolio.jpg) no-repeat scroll 0px -9px; float:left; width:79px; Use 0px -9px (where 0px -9px is up to you to adjust // the first…