52Framework:实现HTML5和CSS3的Web开发框架
52Framework是一个Web开发框架,它能实现HTML5和CSS3。它是一个跨浏览器的框架,可以在所有主流的浏览器上运行,包括IE6。主要是采用一个HTML5 enabling JavaScript file文件来实现。
特性:
- HTML5
o Use of all the most useful current html5 tags including: header, nav, section, article, footer, and more to come soon (with styling)
o Use of the all new <!DOCTYPE html> and <html lang=”en”>
o New input field types: url, email, etc
o Script embed (JavaScript) using only the script tag without the attribute type
o Modified Reset Stylesheet for HTML5
- CSS3
o Use of the new ::selection selector that enables you to customize the properties of selected text.
o Rounded Corners for any block level element
o Text-Shadow for text elements
o Box Shadow for block level elements
- Grid CSS
o 16 column, 52 pixel based with 8 pixel gutter
2 楼 caiceclb 2010-02-22 09:22
1 楼 mayufenga1 2010-02-22 09:00