Tag Archives: css

css: display vs visibility

ShareTip: Even invisible elements takes up space on the page. Use the “display” property to create invisible elements that do not take up space. Definition The visibility property sets if an element should be visible or invisible. Inherited: No Tip: … Continue reading

More Galleries | Leave a comment

css and email: how to do it

Share I’ve been having problem applying css on email. I almost wanted to sleep but bumping on these articles awoke my senses. You will find tips and guidelines on these urls so please read them for their explanations on how … Continue reading

Posted in css, html | Tagged , , | Leave a comment

css: opacity

ShareThere’s an interesting site where you can use as a reference for opacity. You can check it here => http://www.mandarindesign.com/opacity.html W3C SAYS Opacity can be thought of conceptually as a postprocessing operation. Conceptually, after the element (including its children) is … Continue reading

Posted in css | Tagged , , | Leave a comment

css: button_link

Sharean example of making your link looks like a button .button_link{ border:#ccc 2px outset; color:#000; font-weight: bold; padding:2px 5px 2px 5px; margin:2px; text-decoration:none; } view

Posted in anything under the moonlight, css | Tagged , , | Leave a comment

cursor types in css

SharePossible Values Value Description url The url of a custom cursor to be used.Note: Always define a generic cursor at the end of the list in case none of the url-defined cursors can be used default The default cursor (often … Continue reading

Posted in css | Tagged , | 1 Comment