jquery - qTip and windows 7 tooltip style -


I am using qTip to add some custom control to my website tooltips. I would like to set a custom CSS design that will look like Windows 7. I can not see it for hell, I guess I copy and think about it.

Does anyone know that windows 7 somewhere saves custom css files for web browsers? If not, how can I imitate a fairly similar style?

If you want to try copying the Win7 tooltip, you can use the CSS class below Are there. It uses CSS3, so it will not work well in older browsers.

  .tooltip {font-family: "Segoe UI", Tahma, Vardana, without Serif; Font-size: 10px; Border: 1px solid # 89898b; Max-width: 300px; Color: # 535353; Background color: #ffffff; Background image: -Mo-linear-shield (top, #ffffff, # eaeaf0); Background image: -WebKit-gradient (linear, left top, left bottom, color-stop (0, #ffffff), color-stop (1, # EAAFF)); Background-image: -webkit-linear-shield (#ffffff, # eaeaf0); Background image: Linear shield (top, #ffffff, # eaeaf0); Filter: Presumed: DXImageTransform.Microsoft.gradient (startColorStr = '#ffffff', endcolorstrate = '# EAAFF'); -Moz-box-shadow: 4px 4px 4px # 535353; -WebKit-Box-Shadow: 4px 4px 4px # 535353; Box-Shadow: 4px 4px 4px # 535353; Padding: 4px; -max-boundary-radius: 2px; -Vibit-boundary-radius: 2px; Boundary-radius: 2px; }   

You can see a sample of the CSS class.

Comments