×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    CSS: Difference between revisions

    Content added Content deleted
    imported>mutante
    mNo edit summary
    imported>mutante
    m (target is back)
     
    Line 14: Line 14:


    * [http://www.w3.org/TR/REC-CSS2/ Cascading Style Sheets, level 2 CSS2 Specification]
    * [http://www.w3.org/TR/REC-CSS2/ Cascading Style Sheets, level 2 CSS2 Specification]

    === target is back ===

    "''The Web Standards Project announced some CSS Spec Updates yesterday. Among them was the CSS3 Hyperlink Presentation Module. If you recall, the 'target' attribute was depreciated with xhtml (causing xhtml strict to fail validation), thereby forcing one to use JavaScript to open a link anywhere but the current window/tab of the browser. This "first working draft" proposes the addition of the 'target' property to CSS3 and is even fully aware of tabbed browsing as found in modern browsers...''"

    a {target: new tab above;}

    * [http://achinghead.com/archive/7/target-back-maybe/ target is back! - maybe]


    [[Category:Webdesign ?]]
    [[Category:Webdesign ?]]

    Latest revision as of 12:36, 12 May 2007

    Cascading Style Sheets

    Cascading Style Sheets is a means to separate the presentation from the structural markup of a web site.

    HTML was intended as the structural markup language. This language focuses on the roles that the different elements of a document have to play, not how they have to look. CSS has been invented and developed for the Internet. It is not an adapted tool from print or programming, but a means of enhancing HTML.

    target is back[edit]

    "The Web Standards Project announced some CSS Spec Updates yesterday. Among them was the CSS3 Hyperlink Presentation Module. If you recall, the 'target' attribute was depreciated with xhtml (causing xhtml strict to fail validation), thereby forcing one to use JavaScript to open a link anywhere but the current window/tab of the browser. This "first working draft" proposes the addition of the 'target' property to CSS3 and is even fully aware of tabbed browsing as found in modern browsers..."

    a {target: new tab above;}
    
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.