Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Trenton Moss Profile

photo Trenton Moss (Trenton)
02 Feb 2006
United Kingdom


Contact memberContact this Member Edit ProfileEdit my profile

This article was written by Trenton Moss. Trenton's crazy about web accessibility and usability - so crazy that he went and started his own web accessibility and usability consultancy to help make the Internet a better place for everyone.

This user has contributed 1 articles, 4 code samples and posted 0 messages in our discussion forums.

Technology Interests

      Articles & Tutorials

    • CSS and round corners: Boxes with curves

      by Trenton

      One of the main reasons for having to use images on any web page is to create curves and round corners. It's currently impossible to create any kind of curved shapes using just HTML, so images need to be used. Putting these images into the HTML document with a table layout can create a large amount of superfluous code. Using the power of CSS we'll create the following box with round corners, without an <img> tag in sight.. Read full article

      Code Samples

    • Image replacement technique

      by Trenton

      It's always advisable to use regular HTML markup to display text, as opposed to an image. Doing so allows for a faster download speed and has accessibility benefits. However, if you've absolutely got your heart set on using a certain font and your site visitors are unlikely to have that font on their computers, then really you've got no choice but to use an image.. Read full article

    • Centre Aligning a Block Element

      by Trenton

      Learn how to have a fixed width layout website, and the content floated in the middle of the screen, with pre IE 6 compatability.. Read full article

    • CSS Positioning Within a Container

      by Trenton

      One of the best things about CSS is that you can position an object absolutely anywhere you want in the document. It's also possible (and often desirable) to position objects within a container. It's simple to do too.. Read full article

    • CSS font shorthand rule

      by Trenton

      Learn how to shorten those CSS font rules.. Read full article