PUBLIC   marks

PUBLIC MARKS with tag css

Sponsorised links

Today

Yesterday

jQSlickWrap - Slick text wrapping for jQuery

by vrossign
To do this, it needs to have access to the individual pixels of the images it's operating on -- which is why for jQSlickWrap to work, you need to have a browser that supports HTML 5's new canvas element. Here's an overview of the algorithm: 1. If necessary, pre-load the image. 2. Determine the CSS styles for the image (float and padding). 3. Create a canvas element and set its dimensions to the size of the image plus its padding. 4. Draw the image onto the canvas in the top-left location. 5. Figure out the "background" color of the image by examining the pixel data at the top-left corner of the image. 6. Fill the canvas with this background color.

Sponsorised links

19 November 2009

Web Font Specimen

by sbrothier & 2 others
Because web type renders differently with only subtle CSS adjustments, seeing it exercised in a variety of ways can help web designers typeset—and also help them decide which typefaces to purchase for their projects. Read more at A List Apart.

18 November 2009

17 November 2009

16 November 2009

A propos du Modèle de boîte Microsoft (ou "quirks") - Alsacréations

by srcmax

Internet Explorer interprète les dimensions CSS différemment des autres navigateurs, ou plutôt interprétait... Contrairement à ce que laissent supposer certains articles et propos de designers "chevronnés" qui n'en démordent pas, Internet Explorer 6 de Microsoft interprète les dimensions CSS des pages html et xhml valides de la même manière que les autres navigateurs de même génération.

14 November 2009

13 November 2009

Compatibility Master Table

by srcmax
This is a general overview table; a Yes here does not mean a browser supports every tiny detail of the specification correctly. Instead, it means that it supports a workable subset of the specification. In IE’s case this may mean that it supports its proprietary methods and properties, and that those properties are generally equivalent to the W3C spec.

12 November 2009

CSS Compatibility and Internet Explorer

by Spone & 1 other

With each new release of Windows Internet Explorer, support for the Cascading Style Sheets (CSS) standard has steadily improved. Internet Explorer 6 was the first fully CSS, Level 1-compliant version of Internet Explorer. Windows Internet Explorer 8 is fully compliant with the CSS, Level 2 Revision 1 (CSS 2.1) specification and supports some features of CSS Level 3 (CSS 3).

CSS Compatibility and Internet Explorer

by srcmax & 1 other

With each new release of Windows Internet Explorer, support for the Cascading Style Sheets (CSS) standard has steadily improved. Internet Explorer 6 was the first fully CSS, Level 1-compliant version of Internet Explorer. Windows Internet Explorer 8 is fully compliant with the CSS, Level 2 Revision 1 (CSS 2.1) specification and supports some features of CSS Level 3 (CSS 3).

10 November 2009

09 November 2009

A jQuery Plugin for Zoomable, Interactive Maps - New Media Campaigns

by vrossign
asic css file is included with the demo zip. Here is some rough minimal css: view sourceprint? 1.#map { position: relative; width: 700px; height: 470px; overflow: hidden; } 2.#returnlink { display: block; position: absolute; bottom: 0; right: 0; } 3.#map a.bullet { display: block; position: absolute; width: 10px; height: 10px; background: yellow; } 4.#map img.zoomable { } 5.#map div.popup{ display: none; position: absolute; width: 200px; height: 300px; } 6.#map div.popup a.close{ display: block; position: absolute; bottom: 0; right: 0; } The code above will work just fine as a starting point. Obviously a lot of embellishment can be added to make the map look as g

PUBLIC TAGS related to tag css

no tag

Sponsorised links