Skip to main content

Home/ CSS Evangelist/ Group items tagged Explorer

Rss Feed Group items tagged

yc c

Easy Blog Design Tool for Wordpress & Movabletype - CSSEZ - 0 views

  •  
    an online CSS authoring tool that has many layout templates, background image maker, and other features. Requires Javascript. (Safari, Firefox, Internet Explorer; free; in Japanese)
yc c

IE NetRenderer - Browser Compatibility Check - - 0 views

  •  
    IE NetRenderer allows you to check how a website is rendered by Internet Explorer 7, 6 or 5.5, as seen from a high speed datacenter located in Germany. Just type in a URL in the field above and try it out - it's free!
yc c

CSS Sandbox - 3 views

  •  
    It's a simple and quick web toy that lets you explore CSS in real time. Just click and see the effect instantly, no Reload needed. It's fast and funny!
yc c

Safari Reference Library - 0 views

  •  
    Explore a comprehensive collection of guides, reference, and other resources for developing web applications and content for Safari. The Safari Reference Library provides detailed information for web developers on iPhone, iPod touch, Mac, and PC. These resources include guides and articles, API reference documents, sample code, release notes, and technical notes. Use these resources to learn about Safari's developer tools, visual effects, HTML and CSS support, JavaScript and DOM support, and other features and technologies. The library is organized by Topics and Resource Types.
Alexis Sgavel

Open Source Ampersands - 0 views

  •  
    This is a selection of single-character fonts. A single-character font is, literally, a font file that only contains glyphs for a single character. The single character in these font files is the ampersand. Each ampersand on this page is real text, not an image. Just like any text, you can select it, copy it, paste it, and apply CSS to it. The ampersands scale as you zoom the page, and they work in virtually every browser - even ancient versions of Internet Explorer.
tech vedic

How to fix annoying cursor jumping problem while typing documents on laptops? - 0 views

  • How to fix annoying cursor jumping problem while typing documents on laptops?
  •  
    Typing a document on a laptop is an annoying and frustrating experience. Perhaps, you may have noticed the cursor moving or jumping randomly, whenever you are going to type some text on a document or on a Web browser or anywhere else. It reduces the typing speed and overall performance.
tech vedic

ow to Enable Built-in Facebook Messenger and Social API in Mozilla Firefox? - 0 views

  •  
    Here is good news for Facebook lovers. If you are a Mozilla Firefox user and spend most of your time on Facebook then the latest Firefox version is coming with a new feature called "Social API" which is helpful in accessing social networks like Facebook, Twitter, etc. As per this new feature, you can add social network buttons and sidebars in Firefox window so as to chat with your friends, checking messages, notifications, etc. get quick and easy.
tech vedic

How to get Windows 8 Blue Login Screen for Windows 7? - 0 views

  •  
    Personalizing the Windows look has always remained in agenda for users, no matter which versions they are running on their computers. Windows 8 brought a new UI,i.e. "Metro Tiles", which received wide acclaimation from computer fraternity. Provoked by the new look, experts at Techvedic thought differently. And, they came with the same UI on Windows 7.
Vernon Fowler

Font sizing with rem - Snook.ca - 0 views

  • The problem with em-based font sizing is that the font size compounds. A list within a list isn't 14px, it's 20px. Go another level deeper and it's 27px!
  • The rem unit is relative to the root—or the html—element. That means that we can define a single font size on the html element and define all rem units to be a percentage of that. html { font-size: 62.5%; } body { font-size: 1.4rem; } /* =14px */ h1 { font-size: 2.4rem; } /* =24px */
  • We can specify the fall-back using px, if you don't mind users of older versions of Internet Explorer still being unable to resize the text (well, there's still page zoom in IE7 and IE8). To do so, we specify the font-size using px units first and then define it again using rem units. html { font-size: 62.5%; } body { font-size: 14px; font-size: 1.4rem; } /* =14px */ h1 { font-size: 24px; font-size: 2.4rem; } /* =24px */
  • ...3 more annotations...
  • I'm defining a base font-size of 62.5% to have the convenience of sizing rems in a way that is similar to using px.
  • consistent and predictable sizing in all browsers, and resizable text in the current versions of all major browsers
  • The compounding nature of em-based font-sizing can be frustrating so what else can we do?
Vernon Fowler

The CSS Property Value inherit » Learn CSS3 | Cheat Sheet | CSS Tutorial | Se... - 0 views

  • Internet Explorer 7 and earlier versions don’t support the value inherit for any properties other than direction and visibility.
anonymous

CSS Transparency for IE and Mozilla, Firebird and Firefox (-moz-opacity and filter: alpha) - 7 views

  • CSS Transparency for Internet Explorer (IE), Mozilla and Safari
my mashable

Coming Soon: Google Chrome Extensions - 0 views

  •  
    Google has already indicated that it plans to offer a platform for Chrome browser extensions, but now we finally have what looks like a firm date on when that will arrive. Apparently, a Google developer conference scheduled for May 27th will include a session on developing extensions for Chrome
Mr. DiGi

IETester - 0 views

  •  
    Free WebBrowser that allows you to have the rendering and javascript engines of IE8 beta 1, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process.
yc c

IE NetRenderer - Browser Compatibility Check - - 0 views

  •  
    This web rendering tool is ideally suited for web designers working on Apple iMac and Linux workstations. It allows to verify web designs natively on all popular Internet Explorer versions, without the need to set aside several physical or virtual Microsoft Windows PCs just for that purpose. 
anonymous

Digital Web Magazine - Creative Use of PNG Transparency in Web Design - 0 views

  • PNG, GIF, and JPEG The PNG image has been widely overlooked by the web design community—and mostly for good reason. Until recently, it hasn’t been possible to take full advantage of the format and have it work reliably in all browsers. But, with proper PNG support in Internet Explorer 7, and some handy JavaScript and CSS tricks to account for older browsers, we can use PNG images to greatly enhance our design vocabulary.
    • luodan9999
       
      good tools
    • liz_taoma
       
      good
    • cindyye
       
      It's a very nice tools
‹ Previous 21 - 40 of 42 Next ›
Showing 20 items per page