First when starting a web site you need to start planning how the overall site look, feeling, and purpose. This will be the first tutorial of some of the css I will put up. Anyways I'm not going to ellaborate on this topic because there are alot of good documentation out on the web. Below are some links on this topic:
digg
Friday, June 29, 2007
Tuesday, June 26, 2007
It's been awhile
Lately i been hitting up some great css techniques. The thing that trouble me was that using curvy corners (javascript based rounded corners) I had a problem with getting html page being fixed width. Well me being silly I solve the solution. CSS is great when you know the box-method and understand setting margins and padding to specific html tags.
So in your wrapper tag you should have the following css:
#wrapper {
position:relative;
margin-left:auto;
margin-right:auto;
width: 800px;
}
Fighting Form Spam with CSS
Step by step guide using CSS to eliminate automated robots and spam fillers from getting through your forms.
read more | digg story
read more | digg story
Subscribe to:
Posts (Atom)