Category 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: word wrap

ShareSample of word wrap or break word in css word-wrap:break-word

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

multi level menu js less

ShareMeet the markup To start, we should use the best method for defining a navigation menu — a list. For this example, we will work on a simple HTML unordered list. {Line wraps are marked ». –Ed.} <ul> <li>Sunfishes <ul> … Continue reading

Posted in css, dom, javascript | Tagged , , | Leave a comment

ascii code on css

Sharesample: applying ascii code on css  li:before {    content: “\00BB \0020″; }

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

css and email: how to do it

ShareI’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 to … Continue reading

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