Category Archives: css

css visibility property: display vs visibility

Share Tip: Even invisible elements takes up space on the page. Use the “display” property to create invisible elements that do not take up space. source: http://www.w3schools.com/CSS/pr_class_visibility.asp

Posted in css | 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

integrating “digg it” link with wordpress content

ShareI’ve been working my butt around here juz to integrate this digg it link. I wanted it to float to the right with the use of different elements but still didn’t work. I tried different ways and at last I … Continue reading

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