Profile
Achievement
 
    
                HubertGaulin's Recent Snippets
- All /
 « Prev 1 Next »
Great to see exactly the position of all the blocs in a page.
Thanks to Chris Coyier for this tip.
        
        
        
            0 
        
        
            1105 
        
                    posted 16 years ago by HubertGaulin
            From this article, Martin "mpot" Pot mention:
" The above CSS definition is defining a style called noprint, and will only be applied to printed content. Setting the display property to none means any content using this CSS style will not be displ...
        
        
        
            0 
        
        
            2696 
        
                    posted 16 years ago by HubertGaulin
            Example: 
Add the following ccs '@media print { body { font-size: 12pt } }' to the document.
        
        
        
            0 
        
        
            1462 
        
                    posted 16 years ago by HubertGaulin
            This code was use for openning a pdf file that was in a table cell. This link was the only link/button for each rows. Using this, you can click anywhere on each rows to open it's link page.
        
        
        
            0 
        
        
            1277 
        
                    posted 16 years ago by HubertGaulin