CSS Circle

Archive for the ‘Uncategorized’ Category

Efficient CSS with shorthand properties

Posted by: siddesigner on: September 11, 2008

I get a lot of questions about CSS from people who aren’t crazy enough to have spent the thousands of hours working with CSS that I have. Sometimes I’m asked to take a look at something they’re working on to see if I can figure out why it doesn’t work as expected. When I look [...]

Hello world!

Posted by: siddesigner on: July 26, 2008

Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!

What are the Criteria of Being a Good Designer?

Posted by: siddesigner on: July 23, 2008

What are the Criteria of Being a Good Designer?Author: Dmitry Graphicson More by this author
Added: July 22, 2008 Rating: Less than 3 votes yet Level: All levels Software: n/a
What are the Criteria of Being a Good Designer? The art of being an artist… What are the criteria of being a good designer? Should a [...]

css 3coloum list

Posted by: siddesigner on: July 9, 2008

<ol >
Aloe</li >
Bergamot</li >
Calendula</li >
Damiana</li >
Elderflower</li >
Feverfew</li >
Ginger</li >
Hops</li >
Iris</li >
Juniper</li >
Kava kava</li >
Lavender</li [...]

Alternative Style: Working With Alternate Style Sheets

Posted by: siddesigner on: July 9, 2008

by Paul Sowden
* Published in: CSS, HTML and XHTML, Scripting |
*
No discussion
So you’ve got a web page. You’ve marked it up with structural XHTML. You’ve also been a good little web developer and used style sheets to control what your document [...]

liquidRoundedLayer

Posted by: siddesigner on: July 5, 2008

Css body{font:Arial, Helvetica, sans-serif; font-size:12px; color:#555555; font-weight:bold;}div.w1{background:#DFDFDF url(pic/w_left_top.gif) no-repeat; width:100%;}div.w2{background:url(pic/w_right_top.gif) no-repeat top right;}div.w3{background:url(pic/w_left_bottom.gif) no-repeat left bottom;}div.w4{background:url(pic/w_right_bottom.gif) no-repeat right bottom; padding:10px;}
HTML<!–

Welcome on my site

->

Image Replacement using CSS

Posted by: siddesigner on: June 30, 2008

Image Replacement using CSS
November 21, 2007 • 0 comments
Most web designers have all used one sort of image replacement technique somewhere. (This blog uses sIFR for the title) However the most common method for image replacement is the Revised Phark Method. This method still allows for semantic XHTML code and is accessible to screen readers.
The [...]

Css Triks

Posted by: siddesigner on: June 30, 2008

Css TriksEarlier before I have written an article about current best CSS hacks which you can see here And now here’s the list of today’s most used CSS tricks – tips. I have added image examples for most of them because of critics on CSS hacks article. If you think I have missed any please [...]

Levels of HTML knowledge

Posted by: siddesigner on: June 30, 2008

Levels of HTML knowledgeInspired by Emil Stenström’s Levels of CSS knowledge, I started thinking about the extreme difference in HTML knowledge among people working in the web industry. It spans all the way from people who know next to nothing about it to those who know it well enough to write the actual HTML specifications.I [...]

Creating Tableless Sites – Why and Some Basics

Posted by: siddesigner on: June 18, 2008

n a time of web developers who just like to say that ‘Tables are Evil’ and can’t (or won’t) explain why, this article will attempt to give you some solid reasons that people create tableless designs. Included are six major benefits of creating tableless sites, and how to sell your desire to alter your website [...]