Dynamic Web Lab

  • April 10, 2013
  • CSS

Best Ways to Detect Internet Explorer (IE) Browser

Best Ways to Detect Internet Explorer (IE) Browser Although Internet Explorer (IE) has officially reached the end of its life, many developers still need to detect and handle IE-specific behavior—especially when supporting legacy systems or users on outdated infrastructure. Detecting IE reliably allows you to apply fallbacks, display warnings, or gracefully degrade unsupported features. In […]

Read More
  • March 25, 2013
  • CSS

css only tooltip

Here is the html structure for tooltip [php][/php] Lorem ipsum dolor sit [php][/php] And here is the css styles [php][/php]/* base CSS element */ .tip { background: #eee; border: 1px solid #ccc; padding: 10px; border-radius: 8px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); position: relative; width: 200px; } /* arrows – :before and :after […]

Read More
Welcome to Smart Bot(Beta)