Nested and mixed lists are an interesting beast. It’s a corner case to make sure that Lists within lists do not break the ordered list numbering order Your list styles go deep enough. Ordered – Unordered – Ordered ordered item ordered item unordered unordered ordered item ordered item ordered item ordered item Ordered – Unordered…
Tag: css
css border radius for all browsers
use this for border radius #global_page_user-signup-manuel-signup select{ border-radius: 0.3em; }
add css style using jQuery
Programmers using this technique for dynamic css styling. For Example: jQuery(“#smarttips.in-email”).css(“border-color”, “#C00”);
How to use custom font in css or in website
Website user interface has a major role in frontend interaction . Web designer Styling the website page by writing styles and save in a file with extension CSS . CSS is the short form of Cascade Style Sheet. For making web page more interesting designers using external fonts. They use the css rule @font-face for adding custom font. Steps: 1.Download the font…