Well… IE9 is finally here. For those that have not seen the promotional videos or downloaded the browser, you can find out more at beautyoftheweb. I suppose the key question is, “how will this browser affect the web“? There seems to be a fair amount of focus on two primary concerns: Concern 1: no support […]
iframe scrollbars and borders in HTML5 – working with “seamless”
Are you trying to use an <iframe> in your HTML5 document and finding that there are some attributes that are not valid? Chances are, you are using the frameborder and/or scrolling attributes. <iframe src=”” scrolling=”no” frameborder=”0″> </iframe> In HTML5, these two attributes are considered obsolete. It is recommended that authors use a combination of CSS […]
CSS Best practices
A quick presentation on some tips for writing better CSS.
CSS3 Media Queries
This presentation was presented at the Brisbane Web Design meeting last night. Media queries are one of the most exciting aspects about CSS today. They will allow us to change our layouts to suit the exact need of different devices – without changing the content. This presentation explains what Media queries are, how to use […]
CSS font stacks
A quick presentation on Font stacks including a basic explanation and a step-by-step example. CSS font-stacks from Russ Weakley
- « Previous Page
- 1
- 2
- 3
- 4
- 5
- 6
- …
- 12
- Next Page »