Archive for the ‘Software’ Category

  • Software
1 July 2008

Screen Readers and Screen Enlargers on IE7

Since the release of IE7 was announced, we have encountered several questions about the browser’s compatibility with different online screen readers and screen enlargers. This article aims to provide updates on the matter gathered from a number of sources, including product manufacturers. We will also discuss concerns regarding automatic updates.
Read the rest of this entry »

  • Software
28 June 2008

CSS Upgrades under Firefox 3

Firefox 3 has carried out several improvements in support of CSS. Such upgrades are enumerated on the official documentation but this article will provide a quick tour for developers who are looking for these improvements.
Read the rest of this entry »

  • CSS Faqs
  • Software
26 June 2008

CSS and IE Issues

The most common problem encountered by CSS and Internet Explorer, is th differences of explanation of the CSS box model, which causes the elements of the page to look narrower in the Internet Explorer. Each HTML element is in essence a box, the width is the summation of its margin, content area, padding and border. Look at the program below:
Read the rest of this entry »

  • Software
26 June 2008

Newest Command for CSS Internet Explorer 7

The juxtaposed selector is an example of a very useful CSS selector and unfortunately not being used by Internet Explorer 6. The newer version of Internet Explorer 7 can already get the links. The proximate selector intentionally allows the use HTML element as a reference as juxtaposed with another element.
Read the rest of this entry »

  • Software
26 June 2008

Internet Explorer - New CSS Commands

The good news is there are a new commands for CSS commands can be utilize for 7th edition of Internet Explorer They are few but effective. The new CSS commands are actually friendly to other browsers but it is only now that Internet Explorer 7 starts recognizing them. No wonder there are times that Firefox and Google appears to be more efficient that Internet Explorer 7. These new commands have are stable and the contronger is stronger than an HTML, it does not include cumbersome and annoying use of ids and classes.
Read the rest of this entry »

  • Software
6 June 2008

Introduction to CSS3: What is it?

Here is brand new article from designshack. This article marks the first of several, providing an introduction to the new CSS3 standard which is set to take over from CSS2.
jpg

  • Software
1 June 2008

CSS Padding

With the CSS Padding can change default padding, which appears inside the various HTML elements the paragraphs, tables, and so on. But first, let us ensure that we understand definition of the padding. Padding is a space between the element’s border as well as content inside it.
Read the rest of this entry »