Skip to main content

Home/ CSS Evangelist/ Group items tagged Internet

Rss Feed Group items tagged

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?
anonymous

Is Your Corporate Brochure Design Worth Viewing! - 0 views

  •  
    Your corporate brochure design should include elements that make it worth viewing. The print size, the purpose, simplified content, a beguiling cover, and a call-to-action are significant aspects to consider.
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.
tech vedic

Top 5 enterprise security threats - 0 views

  •  
    Nowadays, the list of security concerns is getting bigger and bigger. All enterprises have five types of security threats. Here in this tutorial, let's uncover these top five security threats of enterprises.
tech vedic

Ransomware-now-targeting-mac-users - 0 views

  •  
    Now, Mac is the next target of hackers. Till now, Mac operating system was untouched by hackers and Mac users were accessing web freely.
tech vedic

How to Setup Wi-Fi On Your Raspberry Pi via the Command Line? - 0 views

  •  
    In case, you are a Raspberry Pi enthusiast then you should configure your Raspberry Pi for remote access. With this tutorial, you can remotely connect to your Pi as well as activate a Wi-Fi add-on dongle.
tech vedic

The Ultimate Guide to Changing Your DNS Server - 0 views

  •  
    In case, you find the need to change the DNS server for your entire network on your router or set it individually on a PC or other device then have a look on this tutorial.
tech vedic

How to check spam communication? - 0 views

  •  
    Spamming is generally unsolicited communication targeted to deceive users with tricky messages from remote locations. However, most of you live in a misconception that spamming is confined only to email service. Such communication may leave you in puzzled state even with the Web-based services like Facebook, Twitter or LinkedIn.
Web Dotcom

Web Dot Com Website Development Phils., Inc. - 0 views

  •  
    Web Dot Com Website Development Phils., Inc. is your One Stop Shop Internet and Contact Center Solutions Vendor for the Global Market.
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
my mashable

Check For Your Username In 84 Social Media Site With in 8 Sec - 0 views

  •  
    Namechk is a new web application, that help users to find an username over 84 websites with less than 8 sec. This is amazing user don't need to got to each website to check availability of the preferd username. Namechk brings complete solution on checking for username availability is various social media and bookmarking websites.
« First ‹ Previous 61 - 80 of 114 Next › Last »
Showing 20 items per page