Breadcrumbs
Tag: "tags"
-
Styling <legend> Tags
- Author
- Date
- Fri 22 Dec 2006 at 22:11
- Type
- Blog Entry
Recently, when coding Lowter's new layout, I ran into an issue trying to use absolute positioning on a <legend> tag. I was attempting to apply these particular styles to it: legend { left: -2000px; position: absolute; width: 990px; } I wanted to hide the <legend> tag from visitors on a certain form. Using display: none would not have sufficed because then screen-readers would have ignored the form instructions I wanted them to read aloud. The stylings worked fine in Opera, Safari, and Internet Explorer. The brow…
-
Too Easy XHTML - XHTML Syntax [2]
- Author
- Date
- Sat 12 Mar 2005 at 22:28
- Type
- Article
In Part 2 of the XHTML Guide, we look further into the XHTML document structure and basic XHTML syntax of tags and attributes. Ethan continues our XHTML lessons in Part 2 - XHTML Syntax.
-
XML Syntax
- Author
- Date
- Sun 30 Jan 2005 at 6:39
- Type
- Article
What is XML? What does XML do? XML is an extremely useful way to describe data and it makes your data extremely portable. Learn the basics of XML and its syntax.
